Expand description
WebAssembly runtime for plugin execution
This module provides the WebAssembly runtime environment for secure execution of MockForge plugins. It handles plugin loading, sandboxing, and communication between the host and plugin code.
Structs§
- Execution
Limits - Plugin execution limits
- Function
Signature - Function signature
- Module
Validator - WASM module validator
- Plugin
Function - Plugin function description
- Plugin
Instance - Plugin instance wrapper
- Plugin
Interface - Plugin interface description
- Plugin
Runtime - WebAssembly runtime for plugin execution
- Runtime
Config - Runtime configuration
- Security
Context - Plugin security context
- Wasi
CtxWith Limits - WASI context with resource limits
Enums§
- Filesystem
Policy - File system access policy
- Network
Policy - Network access policy
- Value
Type - WASM value type