mirror of
https://github.com/taigrr/wasm-experiments
synced 2025-01-18 04:03:21 -08:00
update to include renamed nytimes resource
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ hello: clean
|
||||
|
||||
.PHONY: tinygo
|
||||
tinygo: clean
|
||||
docker run --rm -v $$(pwd):/go/src/github.com/johanbrandhorst/wasm-experiments tinygo/tinygo:0.8.0 /bin/bash -c "\
|
||||
docker run --rm -v $$(pwd):/go/src/github.com/johanbrandhorst/wasm-experiments tinygo/tinygo:0.17.0 /bin/bash -c "\
|
||||
cd /go/src/github.com/johanbrandhorst/wasm-experiments && \
|
||||
tinygo build -o ./html/test.wasm -target wasm --no-debug ./$(target)/main.go && \
|
||||
cp /usr/local/tinygo/targets/wasm_exec.js ./html/wasm_exec.js\
|
||||
|
||||
Reference in New Issue
Block a user