Uh oh!
There was an error while loading. Please reload this page.
[wasm-mt] Additional build fixes - #75297
Conversation
Foward port changes from `release/7.0` dotnet#75171 that were not included in `main` dotnet#75162 - when building the InteropServices.JavaScript library, enable threading if MonoWasmBuildVariant is set appropriately. One consequence is that the runtime will (correctly) install the browser synchronization context on the main thread. - for workload build testing, unset MonoWasmBuildVariant when creating the non-threaded runtime
ghost
commented
Sep 8, 2022
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsFoward port changes from
|
ghost
commented
Sep 8, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFoward port changes from
|
lambdageek
commented
Sep 12, 2022
Linux llvmaot failure is not related - this PR is only changing the wasm build |
Foward port changes from
release/7.0#75171 that were not included inmain#75162when building the InteropServices.JavaScript library, enable threading if MonoWasmBuildVariant is set appropriately. One consequence is that the runtime will (correctly) install the browser synchronization context on the main thread.
for workload build testing, unset MonoWasmBuildVariant when creating the non-threaded runtime