Registry / other / wasmer-engine-native

wasmer-engine-native

JSON →
library1.0.2rscratesunverified

Native engine for the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-engine-native = "1.0.2"
INSTALL
IMPORT
SIG · WASMER-ENGINE-NATI
W
wasmer-engine-native
otherrustv1.0.2
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.

NativeEngine
use wasmer_engine_native::NativeEngine;

Creates a native engine for compiling WebAssembly.

use wasmer_engine_native::NativeEngine; fn main() { let engine = NativeEngine::new(); // Use engine to compile and run WebAssembly modules }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
wasmer-engine-native — cargo add wasmer-engine-native · libregistry