11 releases

0.1.7 Aug 20, 2022
0.1.6 Jun 7, 2022
0.1.5 Mar 23, 2022
0.1.4 Dec 18, 2021
0.0.3 Mar 8, 2020

#1402 in Web programming

Download history 704/week @ 2023-02-08 805/week @ 2023-02-15 811/week @ 2023-02-22 1110/week @ 2023-03-01 1140/week @ 2023-03-08 1033/week @ 2023-03-15 1142/week @ 2023-03-22 1136/week @ 2023-03-29 749/week @ 2023-04-05 743/week @ 2023-04-12 744/week @ 2023-04-19 1040/week @ 2023-04-26 1014/week @ 2023-05-03 1036/week @ 2023-05-10 966/week @ 2023-05-17 776/week @ 2023-05-24

3,953 downloads per month
Used in 9 crates (via rquickjs-core)

MIT license

3.5MB
109K SLoC

C 73K SLoC // 0.0% comments Rust 29K SLoC // 0.0% comments JavaScript 7.5K SLoC // 0.0% comments Shell 104 SLoC // 0.1% comments

rquickjs-sys

github crates docs status

This crate is a low level unsafe raw bindings for the QuickJS javascript engine.

NOTE: Usually you shouldn't use this crate directly, instead use rquickjs crate which provides high level safe bindings.

Patches

In order to fix bugs and get support for some unimplemented features the series of patches applies to released sources.

Hot fixes:

  • Fix for check stack overflow (important for Rust)
  • Atomic support for JS_NewClassID (important for Rust)
  • Infinity handling (replacement 1.0 / 0.0 to INFINITY constant)

Special patches:

  • Reading module exports (exports feature)
  • Reset stack function (parallel feature)
  • MSVC support

No runtime deps