1
0
mirror of https://github.com/taigrr/wasm-experiments synced 2025-01-18 04:03:21 -08:00

Remove wasmgo example

This commit is contained in:
Johan Brandhorst
2019-02-26 21:12:25 +00:00
parent 5bada70f17
commit 3f3a4ea966
823 changed files with 0 additions and 404952 deletions

View File

@@ -28,9 +28,5 @@ fetch:
cp $$(go env GOROOT)/misc/wasm/wasm_exec.js ./html/wasm_exec.js
sed -i -e 's;</button>;</button>\n\t<div id=\"target\"></div>;' ./html/index.html
.PHONY: jsgo
jsgo:
wasmgo -c=go deploy github.com/johanbrandhorst/wasm-experiments/jsgo
serve:
go run main.go