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
It looks to me like wasm64 (also known as "memory64") uses a LP64 model (int is 32 bits, long, long long, and pointers are 64 bits), which is the same as the memory model on 64-bit Unix-y platforms (not Windows, where long is still 32 bits even on x86_64).