Expand description
§wasmRS-testhost
This crate provides a raw frame reader and writer implementation for wasmRS testing.
§Notes
This crate is a low-level API for testing wasmRS modules. It is not intended for use in production, is not well documented, and may break at any time.
§Contributing
See CONTRIBUTING.md
§License
See the root LICENSE.txt
Modules§
- errors
- The crate’s error module
Structs§
- Wasmtime
Builder - Used to build
WasmtimeEngineProviderinstances. - Wasmtime
Call Context - Raw Wasmtime call context
- Wasmtime
Engine Provider - A wasmRS engine provider that encapsulates the Wasmtime WebAssembly runtime