Y
Hacker News
new
|
ask
|
show
|
jobs
by
SebJansen
1171 days ago
does the 1gb limit extend to wasm?
1 comments
jesse__
1171 days ago
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)
link