diff --git a/README.md b/README.md index 62d46db..bb52b18 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri - [Python](#python) - [Rust](#rust) - [TCL](#tcl) + - [Racket](#racket) - [WASM-like](#wasm-like) - [Other](#other) - [Tools](#tools) @@ -196,6 +197,13 @@ Please read the [contribution guidelines](CONTRIBUTING.md) if you want to contri ### TCL - [wacl - Tcl Interpreter in WASM with browser extensions](https://fossil.e-lehmann.de/wacl/index) +### Racket +- [wacket - Racket to WebAssembly "compiler"](https://github.com/tsoding/wacket) + +### Assembly + +- [wassm - Web framework for x86_64 nasm](https://github.com/tsoding/wassm) + ### WASM-like - [wah - a slightly higher-level language superset of webassembly](https://github.com/tmcw/wah) - [Walt - Alternative Syntax for WebAssembly](https://github.com/ballercat/walt)