27 releases (5 breaking)

0.5.1 Feb 21, 2024
0.4.3 Jan 29, 2024
0.4.0 Dec 8, 2023
0.4.0-beta.4 Aug 18, 2023
0.0.3 Mar 8, 2020

#1811 in Web programming

Download history 5802/week @ 2023-12-06 4797/week @ 2023-12-13 2600/week @ 2023-12-20 2208/week @ 2023-12-27 4101/week @ 2024-01-03 4985/week @ 2024-01-10 8180/week @ 2024-01-17 6220/week @ 2024-01-24 5877/week @ 2024-01-31 5629/week @ 2024-02-07 4523/week @ 2024-02-14 7735/week @ 2024-02-21 7787/week @ 2024-02-28 8601/week @ 2024-03-06 9166/week @ 2024-03-13 8586/week @ 2024-03-20

35,767 downloads per month
Used in 24 crates (via rquickjs-core)

MIT license

4MB
119K SLoC

C 73K SLoC // 0.0% comments Rust 38K SLoC // 0.0% comments JavaScript 7.5K SLoC // 0.0% comments Bitbake 473 SLoC // 0.1% 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