Crates.io | rquickjs-sys |
lib.rs | rquickjs-sys |
version | 0.6.2 |
source | src |
created_at | 2020-02-23 15:36:05.30399 |
updated_at | 2024-05-06 10:43:18.526377 |
description | QuickJS bindings for rquickjs |
homepage | |
repository | https://github.com/DelSkayn/rquickjs.git |
max_upload_size | |
id | 211783 |
size | 4,286,155 |
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.
In order to fix bugs and get support for some unimplemented features the series of patches applies to released sources.
Hot fixes:
JS_NewClassID
(important for Rust)1.0 / 0.0
to INFINITY
constant)Special patches:
exports
feature)parallel
feature)