wasmrun 0.19.0

A WebAssembly Runtime
1
2
3
4
5
pub mod go;
pub mod nodejs;
pub mod python;
/// Language runtime trait definitions and implementations
pub mod traits;