Web-based NovaForth repl
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
wasm-pack build --target web
|
||||
npm run bundle
|
||||
cp pkg/vweb_bg.wasm src/index.html build
|
||||
Reference in New Issue
Block a user