wasmrs-host

Crates.iowasmrs-host
lib.rswasmrs-host
version0.17.0
sourcesrc
created_at2022-12-27 21:51:15.655042
updated_at2023-10-09 20:58:32.950904
descriptionwasmRS host implementation for executing and interactin with wasmRS modules.
homepage
repositoryhttps://github.com/wasmrs/wasmrs-rust
max_upload_size
id746486
size21,983
Jarrod Overson (jsoverson)

documentation

README

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

Commit count: 76

cargo fmt