mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
Update vugu to 0.2.3
This commit is contained in:
2
Makefile
2
Makefile
@@ -59,7 +59,7 @@ ebiten: clean
|
||||
.PHONY: vugu
|
||||
vugu: clean
|
||||
go install github.com/vugu/vugu/cmd/vugugen
|
||||
vugugen --skip-go-mod --skip-main ./vugu/
|
||||
vugugen --skip-go-mod ./vugu/
|
||||
GOOS=js GOARCH=wasm go build -o ./html/main.wasm ./vugu/
|
||||
cp ./vugu/index.html ./html/
|
||||
cp $$(go env GOROOT)/misc/wasm/wasm_exec.js ./html/wasm_exec.js
|
||||
|
||||
Reference in New Issue
Block a user