[Wasm][net10] Building with WasmBuildNative
and threading enabled fails with assertion
#112926
Labels
Milestone
WasmBuildNative
and threading enabled fails with assertion
#112926
Description
Building a browser app with both
WasmEnableThreads
andWasmBuildNative
fails to startup the runtime.Reproduction Steps
dotnet new wasmbrowser -o mybrowserapp
TargetFramework
tonet10.0
<WasmEnableThreads>true</WasmEnableThreads>
and<WasmBuildNative>true</WasmBuildNative>
propertiesdotnet run
Expected behavior
The app runs properly and the timer updates.
Actual behavior
Browser debugger log
Regression?
Yes, from net8 at least.
Known Workarounds
Not using
WasmBuildNative
, which is not possible when using module linking.use
dotnet publish
Configuration
10.0.100-preview.3.25125.12
Other information
No response
The text was updated successfully, but these errors were encountered: