jolt_quickjs
QuickJS backend for the Jolt JavaScript runtime.
Uses QuickJS via the rquickjs crate. Adds ~1 MB to your binary with no JIT — suitable for Android, Linux, Windows, and any other non-Apple, non-WASM target.
Usage
use QuickJsRuntime;
use ;
let mut rt = new.unwrap;
let result = rt.eval.unwrap;
assert_eq!;
rt.set_global.unwrap;
let greeting = rt.eval.unwrap;
rt.register_function.unwrap;
License
MIT