summaryrefslogtreecommitdiff
path: root/auto_update_tests.py
diff options
context:
space:
mode:
authorWill Glynn <will@willglynn.com>2019-01-29 12:14:31 -0600
committerAlon Zakai <alonzakai@gmail.com>2019-01-29 10:14:31 -0800
commit5bfb98b97c18342d851d2e0841a3091ae671f88c (patch)
treedf3452e2b4216cec4a92c8a989177abdb8318d24 /auto_update_tests.py
parent153ba18ba99dc4dcef29a61e1e586af3df8d921d (diff)
downloadbinaryen-5bfb98b97c18342d851d2e0841a3091ae671f88c.tar.gz
binaryen-5bfb98b97c18342d851d2e0841a3091ae671f88c.tar.bz2
binaryen-5bfb98b97c18342d851d2e0841a3091ae671f88c.zip
Increase FuncCastEmulation NUM_PARAMS (#1884)
FuncCastEmulation supports a hardcoded number of parameters: // This should be enough for everybody. (As described above, we need this // to match when dynamically linking, and also dynamic linking is why we // can't just detect this automatically in the module we see.) static const int NUM_PARAMS = 15; Turns out 15 is not enough for everybody: Ruby 2.6.0 needs NUM_PARAMS = 16. This patch is necessary to support Ruby 2.6.0 in WebAssembly, and in fact is the only patch needed to make the relevant build process work with an otherwise normal emscripten toolchain.
Diffstat (limited to 'auto_update_tests.py')
0 files changed, 0 insertions, 0 deletions