Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Features enum to IR (#1250) | Derek Schuff | 2017-10-27 | 1 | -0/+1 |
| | | | | | | | | | | | | This enum describes which wasm features the IR is expected to include. The validator should reject operations which require excluded features, and passes should avoid producing IR which requires excluded features. This makes it easier to catch possible errors in Binaryen producers (e.g. emscripten). Asm2wasm has a flag to enable or disable atomics. Other tools currently just accept all features (as, dis and opt are just for inspecting or modifying existing modules, so it would be annoying to have to use flags with those tools and I expect the risk of accidentally introducing atomics to be low). | ||||
* | Make header guards consistent (#997) | Sam Clegg | 2017-05-04 | 1 | -4/+3 |
| | |||||
* | fix BINARYEN_PASS_DEBUG option (#908) | Alon Zakai | 2017-02-23 | 1 | -0/+1 |
| | | | | | * fix BINARYEN_PASS_DEBUG option * Add isNested property to passRunner | ||||
* | print wasm types in full mode | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | move function parallelism to pass and pass runner, which allows more ↵ | Alon Zakai | 2016-06-03 | 1 | -1/+1 |
| | | | | efficient parallel execution (#564) | ||||
* | simplify PassRunner API, get a module directly | Alon Zakai | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | refactor printing | Alon Zakai | 2016-04-04 | 1 | -11/+19 |
| | |||||
* | Whitespace removal. | Michael | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | overload wasm printing in std namespace | Alon Zakai | 2016-02-17 | 1 | -0/+12 |
| | |||||
* | add wasm-printing.h | Alon Zakai | 2016-02-17 | 1 | -0/+37 |