From 010777f259800b61b989d9c039855b8683fb6f75 Mon Sep 17 00:00:00 2001 From: Icemic Date: Thu, 21 Nov 2024 21:23:15 +0800 Subject: [PATCH] Add `quickjs-rusty` to projects using NG --- docs/docs/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index ff481c7..d499a09 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -22,3 +22,7 @@ Lightweight JS runtime for serverless applications. ## [nx.js](https://github.com/TooTallNate/nx.js) JavaScript runtime for Nintendo Switch homebrew applications. + +## [quickjs-rusty](https://github.com/Icemic/quickjs-rusty) + +Rust wrapper focus on embedding-ready and no-pain type conversion and interoperability.