From 7b5f522524279e1905682911e040d66e8ce80577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Wed, 1 May 2024 18:05:01 +0200 Subject: [PATCH] Add uxn.wasm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d1e68e..6a14457 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri ### Esoteric - [funge.js - A Befunge JIT](https://github.com/serprex/befunge) +- [uxn.wasm - WebAssembly implementation of the Uxn personal computing virtual machine](https://github.com/remko/uxn.wasm) ### Forth - [WAForth - Bootstrapping Dynamic Forth Interpreter/Compiler for & in WebAssembly](https://github.com/remko/waforth)