rquickjs-sys 0.1.7

quickjs bindings for rquickjs
Documentation

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