QuickJS4nim
A QuickJS wrapper for Nim
Wraps a native library — check OS Compatibility below for platform-specific linking notes.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-22 05:27 |
Tags
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 | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
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