hirofa-quickjs-sys

Crates.iohirofa-quickjs-sys
lib.rshirofa-quickjs-sys
version0.6.1
sourcesrc
created_at2024-01-13 19:07:32.777135
updated_at2024-10-11 06:39:41.46799
descriptionQuickJS, QuickJS-NG Javascript Engine FFI bindings
homepage
repositoryhttps://github.com/HiRoFa/quickjs-sys
max_upload_size
id1098757
size7,259,441
Andries Hiemstra (andrieshiemstra)

documentation

README

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"]}
Commit count: 24

cargo fmt