7 lines
126 B
Rust
Raw Normal View History

2020-07-07 10:27:05 +03:00
mod wit_generator;
mod wasm_ast_extractor;
pub use wit_support::FCEAst;
pub fn generate_export(path: std::path::PathBuf) {}