Crate wasmrs_testhost

Crate wasmrs_testhost 

Source
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§

WasmtimeBuilder
Used to build WasmtimeEngineProvider instances.
WasmtimeCallContext
Raw Wasmtime call context
WasmtimeEngineProvider
A wasmRS engine provider that encapsulates the Wasmtime WebAssembly runtime