From 3ca57b0c53c4d080fca2cd339fd0e3d6e3e301f9 Mon Sep 17 00:00:00 2001 From: Icemic Date: Thu, 21 Nov 2024 21:03:46 +0800 Subject: [PATCH] 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 9adbd08b..d499a09a 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.