You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Replace("pt('WebAssembly resource does not have the expected content type \"application/wasm\", so falling back to slower ArrayBuffer instantiation.')","true")
We are currently patching .NET's and Emscripten's JavaScript modules to make them compatible with JavaScript runtimes and bundlers:
bootsharp/src/cs/Bootsharp.Publish/Pack/ModulePatcher/InternalPatcher.cs
Lines 20 to 35 in 33e9742
— this is fragile and will most likely break with each new .NET release and/or WASM workload update.
Hopefully, .NET will at some point ensure the modules are compatible out of the box, so we won't have to do this:
The text was updated successfully, but these errors were encountered: