emscripten-core/emscripten

MAXIMUM_MEMORY=-1

Open

#12,462 opened on 2020年10月7日

GitHub で見る
 (13 comments) (0 reactions) (1 assignee)C++ (3,519 forks)batch import
good first bughelp wantedwontfix

Repository metrics

Stars
 (27,361 stars)
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

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