| Crates.io | libquickjs-ng-sys |
| lib.rs | libquickjs-ng-sys |
| version | 0.9.5 |
| created_at | 2024-06-19 18:00:10.555529+00 |
| updated_at | 2025-09-05 17:08:30.284286+00 |
| description | QuickJS-NG Javascript Engine FFI bindings |
| homepage | |
| repository | https://github.com/Icemic/quickjs-rusty |
| max_upload_size | |
| id | 1277239 |
| size | 3,974,347 |
FFI Bindings for quickjs-ng, a fork of quickjs, which is a Javascript engine.
See the quickjs-rusty crate for a high-level wrapper.
QuickJS sources and a pre-generated bindings.rs are included in the repo.
They are used if the embedded feature is enabled.
To update the bindings, follow these steps:
just update-quickjsTips:
You may encounter problems in generating bindings.rs like "FP_SUBNORMAL redefined here".
That's the solution,
but due that we execute bindgen in cli, we have to resolve them by hand.