We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EmscriptenVersion
When building with net9 for wasm, the reported emscripten version is 3.1.34 and should be 3.1.56 as the emscripten runtime pack mentions:
CompilerBinaryPath = /github/home/.dotnet/packs/Microsoft.NET.Runtime.Emscripten.3.1.56.Sdk.linux-x64/9.0.0-rc.2.24468.8/Sdk/../tools/emscripten/emcc
Build a wasm app with .NET 9 RC2
EmscriptenVersion is 3.1.56
EmscriptenVersion is 3.1.34
No.
Parsing the path in WasmClang to get the proper version.
WasmClang
No response
The text was updated successfully, but these errors were encountered:
we'll have to fix this in servicing
Sorry, something went wrong.
@radekdoulik ptal
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Reopening to track backport.
radekdoulik
Successfully merging a pull request may close this issue.
Description
When building with net9 for wasm, the reported emscripten version is 3.1.34 and should be 3.1.56 as the emscripten runtime pack mentions:
Reproduction Steps
Build a wasm app with .NET 9 RC2
Expected behavior
EmscriptenVersion
is 3.1.56Actual behavior
EmscriptenVersion
is 3.1.34Regression?
No.
Known Workarounds
Parsing the path in
WasmClang
to get the proper version.Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: