Expand description
§Mitoxide WASM Runtime
WASM module loading and execution support for Mitoxide.
Re-exports§
pub use module::WasmModule;pub use module::ModuleMetadata;pub use module::WasmCapability;pub use module::WasmImport;pub use runtime::WasmRuntime;pub use runtime::WasmContext;pub use runtime::WasmConfig;pub use error::WasmError;
Modules§
- error
- WASM-specific error types WASM-specific error types
- module
- WASM module loading and validation WASM module loading and validation
- runtime
- WASM execution runtime WASM execution runtime
- test_
utils - Test utilities for WASM modules Test utilities for WASM module testing