Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i64 to i32 lowering for wasm2asm (#1134) | Thomas Lively | 2017-09-01 | 1 | -9/+8 |
| | |||||
* | wasm2asm i32 arithmetic support (#1120) | Thomas Lively | 2017-08-07 | 1 | -0/+38 |
| | | | * Rotations, popcnt, ctz, etc | ||||
* | Get wasm2asm building again (#1107) | Thomas Lively | 2017-08-02 | 1 | -0/+19 |
* Get wasm2asm building again Updates CMakeLists.txt to have wasm2asm built by default, updates wasm2asm.h to account for recent interface changes, and restores JSPrinter functionality. * Implement splice for array values * Clean up wasm2asm testing * Print semicolons after statements in blocks * Cleanups and semicolons for condition arms * Prettify semicolon emission |