Registry / other / wasmer-engine-dylib

wasmer-engine-dylib

JSON →
library2.3.0rscratesunverified

Wasmer Dylib Engine.

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

DylibEngine
use wasmer_engine_dylib::DylibEngine;

Creates a Wasmer engine using dynamic library compilation.

use wasmer_engine_dylib::DylibEngine; use wasmer::{Store, Module}; let engine = DylibEngine::new(); let store = Store::new(&engine); let module = Module::new(&store, "(module)").unwrap(); println!("Module compiled");
Debug
Known issues
gotchaRequires the 'dylib' feature of wasmer to be enabled.
fix
Add wasmer with feature = ["dylib"] to Cargo.toml.
affects: >=2.0.0
Upgrade
Version history
2.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
2
Resources
wasmer-engine-dylib — cargo add wasmer-engine-dylib · libregistry