Updated WebAssembly (markdown)

Hajime Hoshi 2018-10-16 02:12:22 +09:00
parent 819cc823c7
commit 9ff422d771

@ -57,4 +57,4 @@ WebAssembly.instantiateStreaming(fetch("yourgame.wasm"), go.importObject).then(r
</script> </script>
``` ```
TBD Then open the HTML (you might need local HTTP server).