-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] Set WasmEnableWebcil to true by default #86330
Conversation
0a7ae45
to
9d7cb50
Compare
the symbol server debugger tests are failing with a pdb checksum mismatch. which is weird because we're apparently reading the debug directory data correctly. but somehow it is wrong |
When using reflection to call a method on BlobReader, make sure to copy the struct after the call since the internal state is modified Fixes PdbChecksum extraction from Webcil files (This was a problem even before webcil-in-wasm)
3bef952
to
9d563a9
Compare
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsSwitch to webcil by default in WebAssembly. Contributes to #80807 Also fix some debugger test failures.
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
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 👍
I'm going to hold off on hitting "merge" until I try some aspnetcore and SDK AOT tests locally to get an idea of how much downstream work there will be |
@maraf will work on downstream test fixes for dotnet/sdk and dotnet/aspnetcore. We're going to merge this PR. |
Switch to webcil by default in WebAssembly.
Contributes to #80807
Also fix some debugger test failures.