Uh oh!
There was an error while loading. Please reload this page.
[browser] Fix SIMD+EH check - #92348
Conversation
ghost
commented
Sep 20, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
radical
commented
Sep 20, 2023
So, this always failed on browsers that didn't support SIMD/EH, even when SIMD was disabled in the build? Can we test this with chrome/v8? |
Uh oh!
There was an error while loading. Please reload this page.
Exactly.
If we install Chrome 85 or Firefox 88, we can test it. I can look into it in a separate PR. |
lewing
commented
Sep 21, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6265063819 |
lewing
commented
Sep 21, 2023
/backport to release/8.0-rc2 |
Started backporting to release/8.0-rc2: https://github.com/dotnet/runtime/actions/runs/6267696867 |
lewing
commented
Sep 21, 2023
closed in favor of #92439 |
linkerWasmEnableSIMDandlinkerWasmEnableEHused inconfigureRuntimeStartupto check support for these features always had the default (true) value. Throwing assert error even when SIMD and EH was disabled for build.cwraps.mono_wasm_abortfromruntimeHelpers.abortonly after cwraps are ready (onRuntimeInitializedAsync).