From f7a858e0cdc2c777d6e04e9765aaeb7e9ccd5c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Mon, 29 Dec 2025 14:58:11 +0100 Subject: [PATCH] Add uxn.wasm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c3fd2c..2a40dc5 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,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 virtual machine](https://github.com/remko/uxn.wasm) ### Forth - [WAForth - Bootstrapping Dynamic Forth Interpreter/Compiler for & in WebAssembly](https://github.com/remko/waforth)