summaryrefslogtreecommitdiff
path: root/test/bad_params.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy asm.js tests (#3260)Sam Clegg2020-10-191-30/+0
| | | I don't think these files have been referenced since #3042 landed.
* Flexible param numbers in asm2wasm (#1439)Alon Zakai2018-02-271-0/+30
* refactor BINARYEN_PASS_DEBUG code for writing byn-* files, make it easy to emit binaries instead of text * fix up bad argument numbers in asm2wasm. This can be caused by undefined behavior on the LLVM side, which happens to work natively. it's nicer to fix it up like it would be in a native build, and give a warning, instead of failing to compile * update build-js.sh * updated builds