KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
rquickjs-extra
★ 14
Open GitHub ↗
Modules for the rquickjs engine
Download README (.md)
Explore Similar Repositories
aubo_python_sdk
:
Configuration guide for AUBO_I5 (Python SDK)
datafog-instructor
:
No description available.
Snap2AppImage
:
A script to convert Snap packages to portable AppImages
vapor-elementary
:
A modern and efficient HTML rendering library - inspired by SwiftUI, built for the web.
MinimalApisMoviesDapper
:
Repository for my Udemy Minimal APIs with ASP.NET Core and Dapper course
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
rquickjs-extra
?
Download (.md)
# Rquickjs Extra [](https://github.com/rquickjs/rquickjs-extra) [](https://crates.io/crates/rquickjs-extra) This library contains modules for [rquickjs](https://github.com/DelSkayn/rquickjs) which is a high level bindings for the [QuickJS](https://bellard.org/quickjs/) JavaScript engine. You should prefer to use modules from [AWS LLRT](https://github.com/awslabs/llrt/tree/main/llrt_modules) 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](LICENSE) file.