wasmtime_runtime_layer

Crates.iowasmtime_runtime_layer
lib.rswasmtime_runtime_layer
version
sourcesrc
created_at2024-05-11 00:43:02.864375
updated_at2024-11-22 23:30:55.217779
descriptionWebAssembly runtime compatibility interface implementation for Wasmtime.
homepage
repositoryhttps://github.com/DouglasDwyer/wasm_runtime_layer
max_upload_size
id1236470
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Douglas Dwyer (DouglasDwyer)

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: 118

cargo fmt