4 releases
Uses new Rust 2024
| 0.2.1 | Dec 24, 2025 |
|---|---|
| 0.2.0 | Dec 3, 2025 |
| 0.1.1 | Aug 5, 2025 |
| 0.1.0 | Mar 7, 2025 |
#2 in #r-quick-js
122 downloads per month
Used in rquickjs-extra
8KB
162 lines
Rquickjs Extra
This library contains modules for rquickjs which is a high level bindings for the QuickJS JavaScript engine.
You should prefer to use modules from AWS LLRT when they are available, this repository is an overflow for modules not yet integrated or that cannot be integrated.
Compatibility matrix
[!NOTE] Only a fraction of the Node.js APIs are supported. Below is a high level overview of partially supported APIs and modules.
| Node.js | Rquickjs Extra | Feature | |
|---|---|---|---|
| Console | ✔︎ | ✔︎⚠️ | console |
| OS | ✔︎ | ✔︎⚠️ | os |
| Timers | ✔︎ | ✔︎⚠️ | timers |
| URL | ✔︎ | ✔︎⚠️ | url |
| Sqlite | ⏱ | ✔︎⚠️ | sqlite |
| Other modules | ✔︎ | ✘ | N/A |
⚠️ = partially supported in Rquickjs Extra ⏱ = planned partial support * = Not native ** = Use fetch instead
License
This library is licensed under the Apache-2.0 License. See the LICENSE file.
Dependencies
~12MB
~265K SLoC