Registry / other / wasmer-runtime-core-near

wasmer-runtime-core-near

JSON →
library0.18.5rscratesunverified

Core runtime library for the Wasmer WebAssembly interpreter, forked for NEAR Protocol.

# Cargo.toml [dependencies] wasmer-runtime-core-near = "0.18.5"
INSTALL
IMPORT
SIG · WASMER-RUNTIME-COR
W
wasmer-runtime-core-near
otherrustv0.18.5
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.

Instance
use wasmer_runtime_core_near::Instance;

Create a Wasmer instance from a WASM module.

use wasmer_runtime_core_near::Instance; fn main() { let wasm_bytes = vec![]; // your wasm module let instance = Instance::new(&wasm_bytes).unwrap(); println!("Instance created"); }
Debug
Known issues
gotchaThis is a NEAR-specific fork; may not be compatible with upstream Wasmer.
fix
Use the official wasmer-runtime-core if not targeting NEAR.
affects: >=0.18.0
Upgrade
Version history
0.18.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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