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
v0.4: Reduce by a lot WASM module size
Removed usage of enum variants, that produce the whole codebase to be x40.
Instead, using a simple flat array, of max size (177x177 modules).