hirofa-quickjs-sys
Low level rust bindings for quickjs, used by quickjs_runtime.
uses either
- The original by Fabrice Bellard (
features=['bellard']) see: https://bellard.org/quickjs/ - quickjs-ng, Friendly QuickJS fork focused on reigniting the project. (
features=['quickjs-ng']) see: https://github.com/quickjs-ng/quickjs - later
openwebf, Optimized quickjs mantained by OpenWebF team. (features=['openwebf']) see: https://github.com/openwebf/quickjs
status:
- bellard version is working, updated to 2024-01-13
- quickjs-ng compiles, have not tested yet
- openwebf, future
getting started
Cargo.toml
= {="hirofa-quickjs-sys", ="0.4.0", =["bellard"]}
or
= {="hirofa-quickjs-sys", ="0.4.0", =["quickjs-ng"]}