From 016a122811b0bebbe1f47594561a86b860e3d28b Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 22 May 2023 12:16:51 +0530 Subject: [PATCH] Add Loxcraft under Languages --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63fd32f..df4b35b 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,9 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri ### Kotlin - [Kotlin/Wasm (Kotlin WebAssembly)](https://kotl.in/wasm) +### Lox +- [loxcraft - Lox VM running in a WASM environment](https://github.com/ajeetdsouza/loxcraft) + ### Lua - [wasm_lua - Lua VM running in a WASM environment](https://github.com/vvanders/wasm_lua) - [wasmoon - a high level Lua VM with JS bindings](https://github.com/ceifa/wasmoon)