AssemblyScript / binaryen.js

A buildbot for browser & Node.js builds of Binaryen, a compiler infrastructure and toolchain library for WebAssembly.
http://github.com/WebAssembly/binaryen
Apache License 2.0
360 stars 50 forks source link

Amend stack size to 2mb #81

Closed dcodeIO closed 1 year ago

dcodeIO commented 1 year ago

Looking at the respective Emscripten change (https://github.com/emscripten-core/emscripten/pull/19043), it seems that previous stack size was 2mb, so let's use that.

dcodeIO commented 1 year ago

Reverted this one. There seem to be multiple related constants, and the one relevant for us was in fact 5mb.