-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wasm] Use cross origin policy headers #62016
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsUse xharness arg
Fixes #61945
|
@maraf could you add a reasoning for the change? @kg had pointed to https://developer.chrome.com/blog/enabling-shared-array-buffer/ , and that would be useful to add to the PR description too. |
There is a misalignment between Xharness and Arcade versions. |
c1586a2
to
18963ef
Compare
Use xharness arg
--web-server-use-cop
to set cross origin policy headersIn Chrome 92
SharedArrayBuffer
was disabled due to a vulnerability. To enable it site must be cross-origin isolated (by COEP and COOP headers). More info at https://developer.chrome.com/blog/enabling-shared-array-buffer/.Fixes #61945