tinywasm-cli 0.9.0

Minimal command-line interface for TinyWasm
Documentation
1
2
3
4
5
6
7
pub mod compile;
pub mod completion;
pub mod dump;
pub mod inspect;
pub mod run;
#[cfg(feature = "wast")]
pub mod wast;