10 major breaking releases

28.0.0 Jan 6, 2025
27.0.0 Nov 22, 2024
26.0.0 Oct 25, 2024
25.0.0 Sep 25, 2024
18.0.0 May 11, 2024

#1437 in WebAssembly

Download history 22/week @ 2024-10-08 1/week @ 2024-10-15 129/week @ 2024-10-22 11/week @ 2024-10-29 2/week @ 2024-11-05 151/week @ 2024-11-12 170/week @ 2024-11-19 51/week @ 2024-11-26 72/week @ 2024-12-03 92/week @ 2024-12-10 21/week @ 2024-12-17 71/week @ 2024-12-31 138/week @ 2025-01-07 70/week @ 2025-01-14 2/week @ 2025-01-21

281 downloads per month
Used in wasm_runtime_layer

MIT/Apache

98KB
2K SLoC

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

~20–31MB
~533K SLoC