Registry / other / wasmer-engine-near

wasmer-engine-near

JSON →
library2.4.1rscratesunverified

Provides the Wasmer engine abstraction for compiling and running WebAssembly modules.

# Cargo.toml [dependencies] wasmer-engine-near = "2.4.1"
INSTALL
IMPORT
SIG · WASMER-ENGINE-NEAR
W
wasmer-engine-near
otherrustv2.4.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.

Engine
✓ use wasmer_engine_near::Engine;

Creates a default Wasmer engine instance.

use wasmer_engine_near::Engine; fn main() { let engine = Engine::default(); println!("Engine created: {:?}", engine); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
wasmer-engine-near — cargo add wasmer-engine-near · libregistry