#module #wasm-interpreter #host #wasm-rs #provider #engine

wasmrs-host

wasmRS host implementation for executing and interactin with wasmRS modules

19 releases (breaking)

0.17.0 Oct 9, 2023
0.15.0 Aug 17, 2023
0.14.0 Jul 26, 2023
0.8.0 Mar 22, 2023
0.1.0 Dec 27, 2022

#1429 in WebAssembly

Download history 32/week @ 2024-01-28 49/week @ 2024-02-04 48/week @ 2024-02-11 53/week @ 2024-02-18 80/week @ 2024-02-25 62/week @ 2024-03-03 73/week @ 2024-03-10 77/week @ 2024-03-17 71/week @ 2024-03-24 103/week @ 2024-03-31 49/week @ 2024-04-07 56/week @ 2024-04-14 777/week @ 2024-04-21 66/week @ 2024-04-28 27/week @ 2024-05-05 31/week @ 2024-05-12

904 downloads per month
Used in 15 crates (7 directly)

Apache-2.0

190KB
5K SLoC

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

Dependencies

~6–13MB
~140K SLoC