From 899a851c575f7744cd539383facfa0d25eb606f7 Mon Sep 17 00:00:00 2001 From: David Sancho Date: Thu, 5 Mar 2026 18:24:21 +0100 Subject: [PATCH] Add quickjs.ml to projects.md --- docs/docs/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index 33c85224d..8caeb3357 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -50,3 +50,7 @@ Go module that embeds QuickJS-NG compiled to WebAssembly using the WASI reactor ## [js-quickjs-wasi-reactor](https://github.com/aperturerobotics/js-quickjs-wasi-reactor) JavaScript/TypeScript harness for running QuickJS-NG in WASI reactor mode. Includes a browser-compatible WASI shim, virtual filesystem, custom I/O handlers, and non-blocking event loop integration for browser and Node.js/Bun environments. + +## [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.