summaryrefslogtreecommitdiff
path: root/test/i64-setTempRet0.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy asm.js tests (#3260)Sam Clegg2020-10-191-24/+0
| | | I don't think these files have been referenced since #3042 landed.
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-0/+24
* support i64 intrinsics from fastcomp, adding --wasm-only flag * refactor callImport logic in asm2wasm to avoid recomputing wasm types again * legalize illegal i64 params in exports and imports * do safe i64 binary ops depending on precision * fix addVar, only assert on names if we are using a name