From 3e22eb473631ef81ae9092396bb79c9776585521 Mon Sep 17 00:00:00 2001 From: genotrance Date: Thu, 5 Mar 2026 10:38:48 -0600 Subject: [PATCH 1/2] Add python bindings and px to projects.md --- docs/docs/projects.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index 33c85224d..43c78d34b 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -50,3 +50,11 @@ 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-ng](https://github.com/genotrance/quickjs-ng) + +Python bindings for quickjs-ng. + +## [Px](https://github.com/genotrance/px) + +Proxy server using quickjs-ng for PAC file processing. From 5a5b13712d3312aed4562fc7de125f8d05660928 Mon Sep 17 00:00:00 2001 From: genotrance Date: Thu, 5 Mar 2026 11:34:05 -0600 Subject: [PATCH 2/2] Incorporate feedback --- docs/docs/projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index 43c78d34b..2d6199237 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -51,9 +51,9 @@ Go module that embeds QuickJS-NG compiled to WebAssembly using the 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-ng](https://github.com/genotrance/quickjs-ng) +## [Python quickjs-ng](https://github.com/genotrance/quickjs-ng) -Python bindings for quickjs-ng. +Python bindings for quickjs-ng based on https://github.com/PetterS/quickjs. ## [Px](https://github.com/genotrance/px)