Registry / other / wasmer-runtime

wasmer-runtime

JSON →
library1.0.1rscratesunverified

Deprecated runtime crate for Wasmer. Use the main wasmer crate instead.

# Cargo.toml [dependencies] wasmer-runtime = "1.0.1"
INSTALL
IMPORT
SIG · WASMER-RUNTIME
W
wasmer-runtime
otherrustv1.0.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.

Instance
use wasmer_runtime::Instance;

Create a WebAssembly instance (deprecated).

use wasmer_runtime::Instance; fn main() { let wasm_bytes = b"..."; let instance = Instance::new(&wasm_bytes).unwrap(); println!("Instance created"); }
Debug
Known issues
breakingThis crate is deprecated; use the main wasmer crate instead.
fix
Replace wasmer-runtime with wasmer in Cargo.toml and update imports.
affects: >=1.0.0
Upgrade
Version history
1.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
wasmer-runtime — cargo add wasmer-runtime · libregistry