emscripten-core/emscripten

MAXIMUM_MEMORY=-1

Open

#12.462 aperta il 7 ott 2020

Vedi su GitHub
 (13 commenti) (0 reazioni) (1 assegnatario)C++ (3519 fork)batch import
good first bughelp wantedwontfix

Metriche repository

Star
 (27.361 star)
Metriche merge PR
 (Merge medio 19g 10h) (147 PR mergiate in 30 g)

Descrizione

According to the docs MAXIMUM_MEMORY=-1 means "no specified limit". In that case I think each browser should allow growth as much as it possibly can. However I"m getting this error when I specify it: emcc: error: invalid byte size `-1`. Valid suffixes are: kb, mb, gb, tb

I'm running emscripten 2.0.5

Guida contributor