You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/wasm_threads/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ The `_headers` file and its copy in `index.html` is simply an example of how to
38
38
If you get errors such as
39
39
40
40
> [Firefox] The WebAssembly.Memory object cannot be serialized. The Cross-Origin-Opener-Policy and Cross-Origin-Embedder-Policy HTTP headers can be used to enable this.
41
+
41
42
> [Chrome] SharedArrayBuffer transfer requires self.crossOriginIsolated.
42
43
43
44
Then the headers did not set correctly. You can check the response headers on the `/` file in the network tab of the browser developer tools.
0 commit comments