summaryrefslogtreecommitdiff
path: root/test/binaryen.js/functions.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for #5998 (#1341)Alon Zakai2017-12-301-6/+18
| | | | | | | | | | | | | | * binaryen.js and wasm.js don't need filesystem support * newest emscripten no longer uses Runtime.* * build fixes for binaryen.js and wasm.js also move binaryen.js to use standard emscripten MODULARIZE * run binaryen.js in all possible engines ; update js builds * don't emit debug build to a different name, just emit binaryen.js. makes testing easier and safer * remove volatile things from binaryen.js info printing in tests
* Add getters for various specific expression fields to C/JS (#1332)Daniel Wirtz2017-12-201-6/+6
|
* Running passes on a single function in binaryen-c/.js (#1295)Daniel Wirtz2017-11-211-0/+28
* Also other function utilities in C and JS APIs