Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wacket [Racket to WASM] and assm [nasm x86_84 to WASM] #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down