Registry / other / lunatic-common-api

lunatic-common-api

JSON →
library0.13.2rscratesunverified

Provides common functionality for building host function APIs in the Lunatic WebAssembly runtime.

# Cargo.toml [dependencies] lunatic-common-api = "0.13.2"
INSTALL
IMPORT
SIG · LUNATIC-COMMON-API
L
lunatic-common-api
otherrustv0.13.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.

HostApi
use lunatic_common_api::HostApi;

Minimal usage showing import of the primary HostApi trait.

use lunatic_common_api::HostApi; fn main() { // Example: implement a host API trait println!("Lunatic Common API ready"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lunatic-common-api — cargo add lunatic-common-api · libregistry