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
Reapply "[browser][MT] move wasm MT CI legs to extra-platforms (#112712)" (#112716)
* Revert "Revert "[browser][MT] move wasm MT CI legs to extra-platforms (#11269…"
This reverts commit d6b6298.
* Only include multithreaded job dependency when we have it
* Fixup
* Keep MT build for WBT
* Remove WASI from runtime.yml too, keep it only in extra-platforms
* Keep build-only WBT in runtime.yml
Copy file name to clipboardExpand all lines: src/mono/wasm/features.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Some of these properties require a unique build of the runtime, which means that
23
23
24
24
### Multi-threading
25
25
26
-
Multi-threading support is enabled by `<WasmEnableThreads>true</WasmEnableThreads>`, and is currently disabled by default. It requires a unique build of the runtime.
26
+
Multi-threading experiment is enabled by `<WasmEnableThreads>true</WasmEnableThreads>`, and is currently disabled by default. It requires a unique build of the runtime.
27
27
28
28
Your HTTPS server and/or proxy must be configured to send HTTP headers similar to `Cross-Origin-Embedder-Policy:require-corp` and `Cross-Origin-Opener-Policy:same-origin` in order to enable multi-threading support in end-user web browsers for security reasons.
0 commit comments