From 09e57b6f2fded72e70ff4524a332a9ab9645f0a5 Mon Sep 17 00:00:00 2001 From: Lily Skye Date: Sat, 16 Aug 2025 07:01:12 -0600 Subject: [PATCH] Add QuickJS --- index.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.bs b/index.bs index 9021321..c8f30ad 100644 --- a/index.bs +++ b/index.bs @@ -100,6 +100,16 @@ Website: [https://deno.com](https://deno.com) Repository: [https://github.com/denoland/deno](https://github.com/denoland/deno) +## Fabrice Bellard - QuickJS ## {#quickjs} + +QuickJS is a small and embeddable Javascript engine. + +Key: \`quickjs\` + +Website: [https://bellard.org/quickjs/](https://bellard.org/quickjs/) + +Repository: [https://github.com/bellard/quickjs](https://github.com/bellard/quickjs) + ## Lagon - Lagon Runtime ## {#lagon} Lagon is an open-source runtime and platform that allows developers to run TypeScript and JavaScript Functions at the Edge.