1 2 3 4 5 6
//! A Rust-native WebAssembly syntax model useful for generating, parsing, and emitting WebAssembly code.
pub mod model;
pub mod parser;
pub use model::*;
1 2 3 4 5 6
//! A Rust-native WebAssembly syntax model useful for generating, parsing, and emitting WebAssembly code.
pub mod model;
pub mod parser;
pub use model::*;