Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 727 Bytes

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"]}