**Describe the bug** Wasm app is broken when use latest dotnet sdk 8.0 which use Emscripten 3.1.34 **To Reproduce** 1. Install dotnet sdk 8.0.100-preview.6.23330.14 2. Upgrade your wasm projet to net8.0 3. Build. 4. See Error in MSBuild.log 1>wasm-ld : warning : function signature mismatch: time **Expected behavior** It works **Logs** wasm-ld : warning : function signature mismatch: time error MSB3073: The command "emcc exited with code 1. **Desktop:** - OS: Microsoft Windows 11 (22621) - SDK : dotnet 8.0.100-preview.6.23330.14 - Avalonia : 11.0 **Additional context** https://github.com/mono/SkiaSharp/issues/2494 https://github.com/mono/SkiaSharp/pull/2495