Registry / other / wasmer-engine-universal

wasmer-engine-universal

JSON →
library2.3.0rscratesunverified

Universal engine for the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-engine-universal = "2.3.0"
INSTALL
IMPORT
SIG · WASMER-ENGINE-UNIV
W
wasmer-engine-universal
otherrustv2.3.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.

Universal
use wasmer_engine_universal::Universal;

Creates a Wasmer store with the Universal engine.

use wasmer_engine_universal::Universal; use wasmer::Store; fn main() { let engine = Universal::new(); let store = Store::new(&engine); println!("Store created"); }
Debug
Known issues
breakingDeprecated in favor of wasmer-engine-dll or wasmer-engine-jit.
fix
Use wasmer-engine-dll or wasmer-engine-jit instead.
affects: >=2.3.0
Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
wasmer-engine-universal — cargo add wasmer-engine-universal · libregistry