wasmtime_runtime_layer

Crates.iowasmtime_runtime_layer
lib.rswasmtime_runtime_layer
version37.0.0
created_at2024-05-11 00:43:02.864375+00
updated_at2025-09-21 11:04:58.875444+00
descriptionWebAssembly runtime compatibility interface implementation for Wasmtime.
homepage
repositoryhttps://github.com/DouglasDwyer/wasm_runtime_layer
max_upload_size
id1236470
size54,759
Juniper Tyree (juntyr)

documentation

README

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.

Commit count: 166

cargo fmt