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:
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
Reproduction Steps
Build a wasm app with .NET 9 RC2
Expected behavior
EmscriptenVersion is 3.1.56
Actual behavior
EmscriptenVersion is 3.1.34
Regression?
No.
Known Workarounds
Parsing the path in WasmClang to get the proper version.
Configuration
No response
Other information
No response
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
EmscriptenVersionis 3.1.56Actual behavior
EmscriptenVersionis 3.1.34Regression?
No.
Known Workarounds
Parsing the path in
WasmClangto get the proper version.Configuration
No response
Other information
No response