From 2e3e89ea59dcd1c2673197352d89cb3b1ff50488 Mon Sep 17 00:00:00 2001 From: Aneryu Date: Tue, 18 Aug 2026 21:34:30 +0800 Subject: [PATCH] Add aneryu/zjs JavaScript engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b97be3f..6107777 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ - [squeek502/zua](https://github.com/squeek502/zua) - An implementation of Lua 5.1 in Zig, for learning purposes. - [Vexu/bog](https://github.com/Vexu/bog) - Small, strongly typed, embeddable language. - [zish](https://github.com/rotkonetworks/zish) - An opinionated shell written in Zig. +- [aneryu/zjs](https://github.com/aneryu/zjs) - An embeddable JavaScript engine written in Zig and aligned with Bellard QuickJS. ### Emulators