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
The default minimal size of generated WASM binary is 2mb which includes just Go runtime, everything else just adds up to it.
We need to try compiling this project using TinyGo that emits much smaller binary.