Uh oh!
There was an error while loading. Please reload this page.
Omit the JS sync context if threads are not enabled - #74167
Conversation
ghost
commented
Aug 18, 2022
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
lambdageek
left a comment
There was a problem hiding this comment.
I don't think FEATURE_WASM_THREADS is defined for non-CoreLib libraries by default - it's something we added by hand to the .csproj
also in .ts we can add some constant folding to encourage rollup to drop all the conditionals
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lambdageek
commented
Aug 19, 2022
/azp backport to release/7.0-rc1 |
|
Command 'backport' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
maraf
commented
Aug 19, 2022
/backport to release/7.0-rc1 |
Started backporting to release/7.0-rc1: https://github.com/dotnet/runtime/actions/runs/2889118587 |
kg
commented
Aug 19, 2022
Verified that the threads sample works correctly now with @lambdageek's msbuild fix (thanks!) |
No description provided.