Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/docs/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,11 @@ JavaScript/TypeScript harness for running QuickJS-NG in WASI reactor mode. Inclu
## [quickjs.ml](https://github.com/ml-in-barcelona/quickjs.ml)

OCaml bindings to quickjs-ng. Exposing both low-level C library access (libregexp, libunicode, js_dtoa, js_atod, and cutils) and a high-level API mirroring JavaScript built-ins like RegExp, String, and Number.

## [Python quickjs-ng](https://github.com/genotrance/quickjs-ng)

Python bindings for quickjs-ng based on https://github.com/PetterS/quickjs.

## [Px](https://github.com/genotrance/px)

Proxy server using quickjs-ng for PAC file processing.