XmacsLabs / lolly

lolly: A user-friendly C++ library
https://xmacslabs.github.io/lolly/
GNU General Public License v3.0
10 stars 6 forks source link

[2_1] Unit tests on long array #193

Open da-liii opened 1 year ago

jingkaimori commented 1 year ago

Available memory is limited strictly under wasm, on which there are only 16M RAM. This limit can be raised by altering compile flags.

Charonxin commented 7 months ago

Available memory is limited strictly under wasm, on which there are only 16M RAM. This limit can be raised by altering compile flags.

What's the upper limit of memory on wasm platform? If I remember correctly it should be 16G?