summaryrefslogtreecommitdiff
path: root/test/passes/fpcast-emu_pass-arg=max-func-params@5.wast
Commit message (Collapse)AuthorAgeFilesLines
* Make NUM_PARAMS in FuncCastEmulation a configuration option (#3411)Dexter Chua2020-12-071-0/+14
Compiling scipy requires a `NUM_PARAMS` of at least 61 (!) https://github.com/iodide-project/pyodide patches emsdk in order to compile, which this PR can avoid.