Registry / other / wasmer-vm

wasmer-vm

JSON →
library6.1.0rscratesunverified

Runtime library support for the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-vm = "6.1.0"
INSTALL
IMPORT
SIG · WASMER-VM
W
wasmer-vm
otherrustv6.1.0
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.

VMContext
use wasmer_vm::VMContext;

Access the VM context for Wasmer runtime internals.

use wasmer_vm::VMContext; fn main() { // VMContext is typically used internally by Wasmer. println!("Wasmer VM runtime support"); }
Debug
Known issues
gotchaThis crate is an internal dependency of Wasmer; direct use is not recommended.
fix
Use the `wasmer` crate for public API instead.
affects: >=6.0.0
Upgrade
Version history
6.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
wasmer-vm — cargo add wasmer-vm · libregistry