From a46fc1958fe158a1a05cedfaeabc97f7b1a3c9e0 Mon Sep 17 00:00:00 2001 From: Icemic Date: Wed, 20 Nov 2024 18:03:29 +0800 Subject: [PATCH 1/2] Update projects.md to include `quickjs-rusty` --- docs/docs/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index ff481c79d..9adbd08bb 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -15,6 +15,10 @@ Reverse engineering framework. High level Rust bindings. +## [quickjs-rusty](https://github.com/Icemic/quickjs-rusty) + +Rust wrapper focus on embedding-ready and no-pain type conversion and interoperability. + ## [llrt](https://github.com/awslabs/llrt) Lightweight JS runtime for serverless applications. From 3ca57b0c53c4d080fca2cd339fd0e3d6e3e301f9 Mon Sep 17 00:00:00 2001 From: Icemic Date: Thu, 21 Nov 2024 21:03:46 +0800 Subject: [PATCH 2/2] Adjust projects sorting --- docs/docs/projects.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/projects.md b/docs/docs/projects.md index 9adbd08bb..d499a09a2 100644 --- a/docs/docs/projects.md +++ b/docs/docs/projects.md @@ -15,10 +15,6 @@ Reverse engineering framework. High level Rust bindings. -## [quickjs-rusty](https://github.com/Icemic/quickjs-rusty) - -Rust wrapper focus on embedding-ready and no-pain type conversion and interoperability. - ## [llrt](https://github.com/awslabs/llrt) Lightweight JS runtime for serverless applications. @@ -26,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.