6 releases (breaking)

0.6.1 Oct 11, 2024
0.6.0 Sep 22, 2024
0.5.0 Sep 16, 2024
0.4.0 Mar 13, 2024
0.2.0 Jan 13, 2024

#1510 in Web programming

Download history 62/week @ 2024-07-27 4/week @ 2024-08-03 6/week @ 2024-08-24 9/week @ 2024-08-31 21/week @ 2024-09-07 290/week @ 2024-09-14 251/week @ 2024-09-21 53/week @ 2024-09-28 166/week @ 2024-10-05 118/week @ 2024-10-12 26/week @ 2024-10-19 58/week @ 2024-10-26 56/week @ 2024-11-02 22/week @ 2024-11-09

174 downloads per month
Used in 2 crates (via quickjs_runtime)

MIT license

6MB
178K SLoC

C 153K SLoC // 0.0% comments JavaScript 13K SLoC // 0.0% comments Rust 10K SLoC // 0.0% comments Bitbake 1K SLoC // 0.1% comments Shell 145 SLoC // 0.1% comments

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.4.0", features=["bellard"]}

or

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

lib.rs:

FFI Bindings for quickjs, a Javascript engine. See the quickjs crate for a high-level wrapper.

No runtime deps