Registry / other / wasmer-vm-near

wasmer-vm-near

JSON →
library2.4.1rscratesunverified

Provides runtime library support for Wasmer, specifically for NEAR Protocol's WebAssembly execution environment.

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

VM
✓ use wasmer_vm_near::VM;

Create a new VM instance

use wasmer_vm_near::VM; fn main() { let vm = VM::new(); println!("VM created"); }
Debug
Known issues
gotchaThis is a NEAR-specific fork; may not be compatible with upstream Wasmer
fix
Use the official wasmer-vm crate for general Wasmer usage
affects: >=0.0.0
Upgrade
Version history
2.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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