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

Initial check-in

This commit is contained in:
Johan Brandhorst
2018-03-01 22:13:42 +00:00
parent 20a0ecaed8
commit 4e79f8bfed
7 changed files with 445 additions and 1 deletions

7
printing/Makefile Normal file
View File

@@ -0,0 +1,7 @@
build: clean compile
clean:
rm -f ./html/test.wasm
compile:
GOOS=js GOARCH=wasm GOROOT=$(GOPATH)/src/github.com/neelance/go/ $(GOPATH)/src/github.com/neelance/go/bin/go build -o ./html/test.wasm main.go