Open
Description
Are there any plans to support 64-bit builds?
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
).
Metadata
Metadata
Assignees
Labels
No labels