Create initial scaffolding for JS WASM assembler

This commit is contained in:
2026-03-09 19:52:07 +00:00
parent ef0c395d57
commit d3d0801236
2 changed files with 259 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ emulated in JavaScript.
You'll need:
- [WABT](https://github.com/WebAssembly/wabt)
- [WABT](https://github.com/WebAssembly/wabt) (not for long mwahaha)
- [Guile](https://www.gnu.org/software/guile/) (or bring your own HTTP
server -- see note below)