emscripten-core/emscripten

MAXIMUM_MEMORY=-1

オープン

#12,462 opened on 2020/10/07

 (13 件のコメント) (0 件のリアクション) (1 人の担当者)C++ (3,519 件のフォーク)batch import
good first bughelp wantedwontfix

Repository metrics

Stars
 (27,361 個のスター)
PR merge metrics
 (平均マージ 19d 10h) (30d で 147 merged PRs)

説明

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

コントリビューターガイド