Web-based NovaForth repl

This commit is contained in:
2023-01-01 17:26:21 -06:00
parent 63d58b63e3
commit 2dea244673
13 changed files with 1097 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash -e
wasm-pack build --target web
npm run bundle
cp pkg/vweb_bg.wasm src/index.html build