Add link to WebAssembly.instantiateStreaming polyfill (e.g., Safari 11 needs it).

Dmitri Shuralyov 2018-09-12 04:30:01 -04:00
parent 9e5a0ce6b5
commit 9f1940ec4d

@ -45,6 +45,8 @@ Create an `index.html` file:
</html>
```
(If your browser doesn't yet support `WebAssembly.instantiateStreaming`, you can use a [polyfill](https://github.com/golang/go/blob/b2fcfc1a50fbd46556f7075f7f1fbf600b5c9e5d/misc/wasm/wasm_exec.html#L17-L22).)
And copy over the JavaScript support file:
```sh