luna-runtime-helpers
v2.16.0 ExperimentalStatic-link runtime entry for AOT-produced binaries. Exposes a single C-ABI symbol `luna_aot_run(bytecode, len) -> i32` that constructs a luna `Vm`, `undump`s the embedded bytecode, calls the root chunk, and returns a process exit code. Built as a `staticlib` so `luna-aot`'s `cc` link step can statically pull it (plus rust stdlib) into the produced native binary. Also built as `rlib` so `luna-aot`'s integration tests can drive it via the Rust runtime.
Quick Verdict
- โActively maintained (updated 8d ago)
- โTiny footprint (32KB, 2 deps)
- โPermissive license (MIT OR Apache-2.0)
Security
Deep Insights
295 downloads in the last 30 days (10/day avg).
The primary maintainer publishes 158 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.
Only 2 direct dependencies. Lean dependency tree means faster builds and lower supply chain risk.
At 31KB, luna-runtime-helpers is lightweight. Small crate size correlates with focused, well-scoped functionality.
Health Breakdown
Recency, release consistency, active ratio
Yanked ratio, deps, size, maturity, features
Reverse deps, ownership, ecosystem
Downloads, momentum, growth trend
Docs, repo, license, metadata
Download Trend
Version Adoption
Release Timeline
Feature Flags
default =["jit-helpers"]