Registry / other / lucet-module

lucet-module

JSON →
library0.6.1rscratesunverified

A structured interface for Lucet modules, used for WebAssembly compilation and execution.

# Cargo.toml [dependencies] lucet-module = "0.6.1"
INSTALL
IMPORT
SIG · LUCET-MODULE
L
lucet-module
otherrustv0.6.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.

Module
use lucet_module::Module;

Create a new Lucet module instance.

use lucet_module::Module; fn main() { let module = Module::new(); // module.compile(...); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
lucet-module — cargo add lucet-module · libregistry