Crate wasmrs_host

source ·
Expand description

wasmrs-host

This crate provides the host-side logic to run wasmRS modules. It delegates the WebAssembly interpreter implementation to engine providers like wasmrs-wasmtime.

Engine providers

Usage

For more information on using wasmRS-host, see examples in the wasmrs-wasmtime crate.

For more information on wasmRS, see the core wasmrs crate.

Contributing

See CONTRIBUTING.md

License

See the root LICENSE.txt

Re-exports

Modules

  • Library-specific error types and utility functions
  • A list of the function names that are part of each wasmRS conversation

Structs

Constants

  • The host module name / namespace that guest modules must use for imports

Traits