Crates.io | wasmtime_runtime_layer |
lib.rs | wasmtime_runtime_layer |
version | |
source | src |
created_at | 2024-05-11 00:43:02.864375 |
updated_at | 2024-11-22 23:30:55.217779 |
description | WebAssembly runtime compatibility interface implementation for Wasmtime. |
homepage | |
repository | https://github.com/DouglasDwyer/wasm_runtime_layer |
max_upload_size | |
id | 1236470 |
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` |
size | 0 |
wasmtime_runtime_layer
implements the wasm_runtime_layer
abstraction interface over WebAssembly runtimes for Wasmtime.
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.