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
That's possible but I suspect the resulted .wasm file would be so big that the user experience would be degraded enough that it wouldn't be practical. mono-wasm itself is about 30MB of code, the .wasm file would be several times that.
@lrz I think if it open many times enough browser would cache it automatically
It also possible to use service worker if we could split mono and llvm into many dll to showing load progress and manage cache very accurate in client. Maybe we could make a dependency system based on wasm and service worker over nuget
In my opinion it would make the whole dev pipeline faster than desktop toolchain
Is it possible to have both mono-wasm and LLVM backend as wasm too? So we could make IDE in pure browser
The text was updated successfully, but these errors were encountered: