#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

#1299 in WebAssembly

Download history 57/week @ 2023-12-18 46/week @ 2023-12-25 34/week @ 2024-01-01 52/week @ 2024-01-08 45/week @ 2024-01-15 45/week @ 2024-01-22 33/week @ 2024-01-29 48/week @ 2024-02-05 48/week @ 2024-02-12 55/week @ 2024-02-19 79/week @ 2024-02-26 73/week @ 2024-03-04 73/week @ 2024-03-11 68/week @ 2024-03-18 78/week @ 2024-03-25 342/week @ 2024-04-01

576 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–14MB
~139K SLoC