Hacker News new | ask | show | jobs
by SebJansen 1171 days ago
does the 1gb limit extend to wasm?
1 comments

WASM is specified to have 32-bit pointers, which is 4GB. AFAIK browser implementations respect that (when I did some nominal testing a couple years ago)