Skip to main content

wasm_printer/
lib.rs

1pub mod wasm;
2pub mod wast;
3
4pub use wast::WastPrinter;