From f6794538a2c65c294ec49390058aac95b392d66d Mon Sep 17 00:00:00 2001 From: Andries Hiemstra <46776382+andrieshiemstra@users.noreply.github.com> Date: Wed, 26 Mar 2025 14:10:37 +0100 Subject: [PATCH] Update projects.md add quickjs_es_runtime to projects --- docs/docs/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index 0b9fd8377..05e9798cd 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -30,3 +30,7 @@ Rust wrapper focus on embedding-ready and no-pain type conversion and interopera ## [GodotJS](https://github.com/godotjs/GodotJS) This project adds TypeScript/JavaScript support for Godot 4.x. It supports multiple javascript runtimes, including QuickJS-NG. + +## [quickjs_es_runtime](https://github.com/HiRoFa/quickjs_es_runtime) + +Rust wrapper with typescript, modules, promises, async/await and much more.