summaryrefslogtreecommitdiff
path: root/test/binaryen.js/fast-math.js
Commit message (Collapse)AuthorAgeFilesLines
* Add C and JS APIs for fast math (#3188)Max Graey2020-10-011-0/+3
Adds `BinaryenGetFastMath` and `BinaryenSetFastMath` to the C API, respectively `binaryen.getFastMath` and `binaryen.setFastMath` to the JS API.