diff options
author | Heejin Ahn <aheejin@users.noreply.github.com> | 2016-08-26 11:29:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 11:29:18 -0700 |
commit | 4a04fc609133313ab18ef49599f365d3587af55b (patch) | |
tree | ca259b046d5a6ec39c3c78370aad784024a87066 /src/js/wasm.js-post.js | |
parent | 801baed1ca81d87380d56298289fe8cc0b4f1e1a (diff) | |
download | binaryen-4a04fc609133313ab18ef49599f365d3587af55b.tar.gz binaryen-4a04fc609133313ab18ef49599f365d3587af55b.tar.bz2 binaryen-4a04fc609133313ab18ef49599f365d3587af55b.zip |
Asm.js-style setjmp/longjmp support for wasm (#681)
This needs to export realloc as well, in addition to malloc and free
handled in #4469. To support asm.js style setjmp/longjmp, wasm
needs to export realloc as well, in addition to malloc and free
handled in #4469. saveSetjmp() uses realloc within it, and realloc is
not implemented in JS glue code.
Diffstat (limited to 'src/js/wasm.js-post.js')
0 files changed, 0 insertions, 0 deletions