Registry / other / wasmtime-runtime

wasmtime-runtime

JSON →
library20.0.2rscratesunverified

Runtime library support for Wasmtime, a standalone WebAssembly runtime.

# Cargo.toml [dependencies] wasmtime-runtime = "20.0.2"
INSTALL
IMPORT
SIG · WASMTIME-RUNTIME
W
wasmtime-runtime
otherrustv20.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InstanceHandle
✓ use wasmtime_runtime::InstanceHandle;

Demonstrate access to the runtime instance handle

use wasmtime_runtime::InstanceHandle; fn main() { println!("Wasmtime runtime instance handle available"); }
Debug
Known issues
gotchaLow-level runtime API; prefer the higher-level `wasmtime` crate for most use cases
fix
Use `wasmtime::Instance` from the `wasmtime` crate instead
affects: >=0.20.0
Upgrade
Version history
20.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
wasmtime-runtime — cargo add wasmtime-runtime · libregistry