Add syscall/js.valueSetIndex support

This commit is contained in:
Konstantin Itskov
2019-09-15 20:00:51 -04:00
committed by Ayke
parent efd9cf72ba
commit 61750be9aa
5 changed files with 84 additions and 3 deletions
+6
View File
@@ -8,6 +8,12 @@ callback: clean wasm_exec
cp ./callback/wasm.js ./html/
cp ./callback/index.html ./html/
slices: clean wasm_exec
tinygo build -o ./html/wasm.wasm -target wasm -no-debug ./slices/wasm.go
cp ./slices/wasm.js ./html/
cp ./slices/index.html ./html/
main: clean wasm_exec
tinygo build -o ./html/wasm.wasm -target wasm -no-debug ./main/main.go
cp ./main/index.html ./html/