QuickJS4nim
QuickJS wrapper for Nim
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | 0.0.1 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-30 07:10 |
Tags
Authors
- ImVexed
Installation
nimble install QuickJS4nim
choosenim install QuickJS4nim
git clone https://github.com/ImVexed/quickjs4nim
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| QuickJS4nim | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.19.2 | No |
Source
| Repository | https://github.com/ImVexed/quickjs4nim |
|---|---|
| Homepage | https://github.com/ImVexed/quickjs4nim |
| Registry Source | nimble_official |
README
QuickJS4nim
A Nim wrapper for https://bellard.org/quickjs/
Warnings
Not all functions have been tested for correctness. Feel free to submit more examples as I continue to smooth out any bugs in the wrapper signatures :)
Thanks
Shashlickat #nim irc for all the help around nimterop