Re-exports§
pub use bundle::WasmBundle;pub use config::WasmConfig;pub use endpoint::WasmEndpoint;pub use epoch::EpochTicker;pub use error::TrapReason;pub use error::WasmError;pub use state_store::StateStore;
Modules§
- bean
- bean_
bindings - bindings
- bundle
- config
- WASM plugin configuration: timeouts, memory limits, epoch settings.
- endpoint
- epoch
- Epoch-based execution timeout enforcement.
- error
- WASM component error types.
- host_
functions - producer
- runtime
- serde_
bridge - state_
store