8 major breaking releases

26.0.0 Oct 25, 2024
25.0.0 Sep 25, 2024
24.0.0 Aug 22, 2024
23.0.0 Jul 24, 2024
18.0.0 May 11, 2024

#1287 in WebAssembly

Download history 26/week @ 2024-07-29 15/week @ 2024-08-12 179/week @ 2024-08-19 24/week @ 2024-08-26 4/week @ 2024-09-09 34/week @ 2024-09-16 185/week @ 2024-09-23 76/week @ 2024-09-30 34/week @ 2024-10-07 120/week @ 2024-10-21 21/week @ 2024-10-28 146/week @ 2024-11-11

287 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

~19–29MB
~506K SLoC