hirofa-quickjs-sys 0.7.0

QuickJS, QuickJS-NG Javascript Engine FFI bindings
Documentation

hirofa-quickjs-sys

Low level rust bindings for quickjs, used by quickjs_runtime.

uses either

status:

  • bellard version is working, updated to 2024-01-13
  • quickjs-ng compiles, have not tested yet

getting started

Cargo.toml

libquickjs-sys = {package="hirofa-quickjs-sys", version="0.6.1", features=["bellard"]}

or

libquickjs-sys = {package="hirofa-quickjs-sys", version="0.6.1", features=["quickjs-ng"]}