-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[browser] new EmccEnableAssertions and EmccEnvironment MSBuild props #82954
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
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Usage: Fixes #62708 Tested with latest Blazor locally
|
# Conflicts: # src/mono/wasm/runtime/startup.ts
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with the caveat that I'm not an expert on the debugging bits
Co-authored-by: Ankit Jain <[email protected]>
# Conflicts: # src/mono/wasm/build/WasmApp.Native.targets # src/mono/wasm/runtime/dotnet.d.ts # src/mono/wasm/runtime/startup.ts # src/mono/wasm/runtime/types/emscripten.ts
maraf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Co-authored-by: Marek Fišera <[email protected]>
|
There was probably unrelated Edit: yes, flaky test |
|
Failures are known 'NuGet-Migrations' |

EmccEnableAssertionsboolean_EmccAssertionLevelDefaultEmccEnvironmentcomma separated list. Defaultweb,webview,worker,node,shell.Module.FS_readFiledotnet.js.symbolsinto non-VFS asset. Now it's loaded before mono starts.EmccExportedLibraryFunctionforDEFAULT_LIBRARY_FUNCS_TO_INCLUDEUsage:
Fixes #62708
Fixes #74346
Related dotnet/aspnetcore#13915
Tested with latest Blazor locally