12 major breaking releases
30.0.0 | Feb 23, 2025 |
---|---|
29.0.0 | Feb 1, 2025 |
28.0.0 | Jan 6, 2025 |
27.0.0 | Nov 22, 2024 |
18.0.0 | May 11, 2024 |
#998 in WebAssembly
817 downloads per month
Used in wasm_runtime_layer
98KB
2K
SLoC
wasmtime_runtime_layer
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
~544K SLoC