Expand description
WebAssembly sandbox runtime for executing Wasm agents.
This module is feature-gated behind wasm-runtime.
Enable it with: cargo build --features wasm-runtime
§Architecture
config::WasmConfig— Sandbox configuration (memory limits, timeouts, ACLs)sandbox::WasmSandbox— Core execution engine wrappingwasmtimehost_functions— Custom host functions exposed to Wasm guestsplugin_loader— Dynamic plugin loader contract (WIT inwit/uar-plugin.wit)
Modules§
- config
- Configuration types for the WebAssembly sandbox.
- host_
functions - Custom host functions exposed to Wasm guests.
- plugin_
loader - Dynamic WebAssembly plugin loader.
- sandbox
- WebAssembly sandbox execution engine.