diff --git a/WebAssembly.md b/WebAssembly.md index 691bf895..4290bff7 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -45,6 +45,8 @@ Create an `index.html` file: ``` +(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