Registry / other / wasmer-asml-fork

wasmer-asml-fork

JSON →
library2.0.0rscratesunverified

High-performant WebAssembly runtime, forked for ASML-specific optimizations.

# Cargo.toml [dependencies] wasmer-asml-fork = "2.0.0"
INSTALL
IMPORT
SIG · WASMER-ASML-FORK
W
wasmer-asml-fork
otherrustv2.0.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.

Instance
✓ use wasmer_asml_fork::Instance;

Creates a WebAssembly instance from bytecode.

use wasmer_asml_fork::Instance; let wasm_bytes = b"..."; let instance = Instance::new(&wasm_bytes).unwrap(); println!("Instance created");
Debug
Known issues
breakingFork may not be compatible with upstream Wasmer APIs.
fix
Check documentation for API differences.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
wasmer-asml-fork — cargo add wasmer-asml-fork · libregistry