summaryrefslogtreecommitdiff
path: root/test/passes/post-emscripten_pass-arg=stack-pointer@1234.wast
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused stack-pointer and emscripten-sbrk-ptr pass args from ↵Sam Clegg2020-09-221-4/+0
| | | | | PostEmscripten (#3161) These were removed completely from the emscripten side in #12057
* Add stack-pointer argument to post-emscripten pass. (#2823)Sam Clegg2020-05-011-0/+4
This allows emscripten to statically set the initial value of the stack pointer. Should allow use to avoid doing it dynamically at startup: https://github.com/emscripten-core/emscripten/pull/11031