Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13b522f6a0 |
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
build: clean
|
build: clean
|
||||||
@echo "======================== Building Binary ======================="
|
@echo "======================== Building Binary ======================="
|
||||||
|
mkdir -p dist
|
||||||
cp wfa.js dist/wfa.js
|
cp wfa.js dist/wfa.js
|
||||||
GOOS=js GOARCH=wasm CGO_ENABLED=0 tinygo build -panic=trap -no-debug -opt=s -target=wasm -o dist/wfa.wasm .
|
GOOS=js GOARCH=wasm CGO_ENABLED=0 tinygo build -panic=trap -no-debug -opt=s -target=wasm -o dist/wfa.wasm .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user