wasmrun 0.19.0

A WebAssembly Runtime
1
2
3
4
5
6
7
8
9
10
11
mod command;
mod path;
mod plugin_utils;
mod system;
mod wasm_analysis;

pub use command::CommandExecutor;
pub use path::PathResolver;
pub use plugin_utils::PluginUtils;
pub use system::SystemUtils;
pub use wasm_analysis::*;