Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for #5998 (#1341) | Alon Zakai | 2017-12-30 | 1 | -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 Wirtz | 2017-12-20 | 1 | -6/+6 |
| | |||||
* | Running passes on a single function in binaryen-c/.js (#1295) | Daniel Wirtz | 2017-11-21 | 1 | -0/+28 |
* Also other function utilities in C and JS APIs |