hirofa-quickjs-sys
Low level rust bindings for quickjs, used by quickjs_runtime.
uses either
- The original by Fabrice Bellard. see: https://bellard.org/quickjs/
- quickjs-ng, Friendly QuickJS fork focused on reigniting the project. (
default-features=false, features=["quickjs-ng"]) see: https://github.com/quickjs-ng/quickjs
getting started
Cargo.toml
- bellard version
= {="hirofa-quickjs-sys", ="0.8.0"}
or quickjs-ng
= {="hirofa-quickjs-sys", ="0.8.0", =false, =["quickjs-ng"]}