33 releases (8 breaking)

0.8.1 Nov 19, 2024
0.7.0 Nov 18, 2024
0.6.2 May 6, 2024
0.5.1 Feb 21, 2024
0.0.3 Mar 8, 2020

#954 in Web programming

Download history 7777/week @ 2024-08-18 6266/week @ 2024-08-25 7947/week @ 2024-09-01 8827/week @ 2024-09-08 7466/week @ 2024-09-15 8277/week @ 2024-09-22 6181/week @ 2024-09-29 8187/week @ 2024-10-06 6114/week @ 2024-10-13 6392/week @ 2024-10-20 7139/week @ 2024-10-27 6566/week @ 2024-11-03 6377/week @ 2024-11-10 10682/week @ 2024-11-17 9011/week @ 2024-11-24 7906/week @ 2024-12-01

34,270 downloads per month
Used in 41 crates (2 directly)

MIT license

4MB
126K SLoC

C 81K SLoC // 0.0% comments Rust 39K SLoC // 0.0% comments JavaScript 6K SLoC // 0.0% comments Bitbake 455 SLoC // 0.1% comments Shell 13 SLoC C++ 1 SLoC

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