Mitoxide WASM
WebAssembly runtime support for Mitoxide - enabling secure remote execution of WASM modules.
Features
- WebAssembly module execution with Wasmtime
- Sandboxed execution environment
- JSON input/output serialization
- Resource limits and security controls
- WASI support for file system access
Usage
This crate is primarily used internally by Mitoxide, but can be used standalone for WASM execution.
use ;
async
Security
The WASM runtime provides sandboxed execution with:
- Memory limits
- CPU time limits
- File system access controls
- Network access restrictions
Documentation
License
This project is licensed under the MIT License.