Skip to main content

Module wasm

Module wasm 

Source
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

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.