9 major breaking releases

new 27.0.0 Nov 22, 2024
26.0.0 Oct 25, 2024
25.0.0 Sep 25, 2024
24.0.0 Aug 22, 2024
18.0.0 May 11, 2024

#1197 in WebAssembly

Download history 4/week @ 2024-08-02 11/week @ 2024-08-09 122/week @ 2024-08-16 75/week @ 2024-08-23 10/week @ 2024-08-30 33/week @ 2024-09-13 163/week @ 2024-09-20 87/week @ 2024-09-27 37/week @ 2024-10-04 13/week @ 2024-10-11 11/week @ 2024-10-18 126/week @ 2024-10-25 4/week @ 2024-11-01 110/week @ 2024-11-08 64/week @ 2024-11-15

306 downloads per month
Used in wasm_runtime_layer

MIT/Apache

46KB
920 lines

wasmtime_runtime_layer

Crates.io Docs.rs

wasmtime_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for Wasmtime.

Optional features

cranelift - Enables executing WASM modules and components with the Cranelift compiler, as described in the Wasmtime documentation. Enabled by default.

winch - Enables executing WASM modules and components with the Winch compiler, as described in the Wasmtime documentation.


lib.rs:

wasmtime_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for Wasmtime.

Optional features

cranelift - Enables executing WASM modules and components with the Cranelift compiler, as described in the Wasmtime documentation. Enabled by default.

winch - Enables executing WASM modules and components with the Winch compiler, as described in the Wasmtime documentation.

Dependencies

~0–11MB
~144K SLoC