Registry / other / wasmer-vm-x

wasmer-vm-x

JSON →
library2.4.1rscratesunverified

Runtime library support for Wasmer, providing virtual machine primitives.

# Cargo.toml [dependencies] wasmer-vm-x = "2.4.1"
INSTALL
IMPORT
SIG · WASMER-VM-X
W
wasmer-vm-x
otherrustv2.4.1
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_x::VMContext;

Creates a new VM context for Wasmer runtime.

use wasmer_vm_x::VMContext; fn main() { let ctx = VMContext::new(); println!("VM context created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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