-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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] emscripten bump 3.1.56 #100334
[wasm] emscripten bump 3.1.56 #100334
Conversation
Module.asm was removed, use wasmExports instead. Context: emscripten-core/emscripten#19816
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.
the .mjs
extension will likely miss MIME type in the Blazor server
the errors are related to wrong binaryen version
dotnet/binaryen#101 for the rescue |
There is interesting ST fail V8 Log Chrome Log
|
In the 27134031523 MT run deadlocks are
|
NuGet.config
Outdated
@@ -20,6 +20,7 @@ | |||
<add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" /> | |||
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" /> | |||
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" /> | |||
<add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" /> |
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.
Do we want to keep this change?
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.
this will be removed once the dependencies are in the flow
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
OOM in Details in #102195 (comment) |
AOT
|
AOT Assert at interp.c:2663 Log
|
@@ -83,7 +83,7 @@ static void AddDictionary(StringBuilder sb, Dictionary<string, string>? res) | |||
public Dictionary<string, string>? GetNativeResourceTargetInBootConfig(BootJsonData bootConfig, string resourceName) | |||
{ | |||
string resourceExtension = Path.GetExtension(resourceName); | |||
if (resourceName.StartsWith("dotnet.native.worker", StringComparison.OrdinalIgnoreCase) && string.Equals(resourceExtension, ".js", StringComparison.OrdinalIgnoreCase)) | |||
if (resourceName.StartsWith("dotnet.native.worker", StringComparison.OrdinalIgnoreCase) && string.Equals(resourceExtension, ".mjs", StringComparison.OrdinalIgnoreCase)) |
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.
if this is code that impacts Net8, it still needs to consider .js
, I think
this is happening on main too, I tried to run runtime-wasm pipeline few days ago in #104356 to compare it |
the build is gone, the log is still alive. it is ST as well
|
Remaining issues:
WBT linux
dotnet.native.wasm missing 2x - this is missing native lib in SkiaSharp - we need to disable it temporarilywrong exit code value 3xtimeouts 4xSkiaSharp problem 1x - that is expected as it is built against older emscripten, disable it until newer version is availableWBT windows
66 failuresLibrary tests
Release LibraryTests_Smoke_AOT
build fails during AOT compilation - OOM? unable to reproduce locallyLibraryTests_Threading
5 failures - known issues - build analysis is green
more failures in runtime-wasm pipeline
TODO
Fixes #103977.