pub fn run_bytecode(bytecode: &[u8]) -> i32Expand description
Convenience entry for in-process Rust drivers (luna-aot’s
integration tests, embedders that want to invoke the same code
path without going through cc link).
Identical semantics to luna_aot_run but skips the raw-ptr +
catch_unwind shim. Panics propagate.