Skip to content

Commit

Permalink
expose to_c_header in wasi-headers crate for use in external test h…
Browse files Browse the repository at this point in the history
…arness
  • Loading branch information
Pat Hickey committed Dec 19, 2019
1 parent af28fd5 commit b31f958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wasi-headers/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod c_header;

use anyhow::{anyhow, Result};
use c_header::to_c_header;
pub use c_header::to_c_header;
use std::fs::read_dir;
use std::io;
use witx::load;
Expand Down

0 comments on commit b31f958

Please sign in to comment.