mirror of
https://github.com/fluencelabs/marine-rs-sdk-test
synced 2025-06-03 01:51:31 +00:00
7 lines
126 B
Rust
7 lines
126 B
Rust
|
mod wit_generator;
|
||
|
mod wasm_ast_extractor;
|
||
|
|
||
|
pub use wit_support::FCEAst;
|
||
|
|
||
|
pub fn generate_export(path: std::path::PathBuf) {}
|