Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm-shell improvements: print out which module is built, add option to skip ↵ | Alon Zakai | 2016-09-07 | 1 | -2/+27 |
| | | | | lines | ||||
* | better printing when assert_invalids fail | Alon Zakai | 2016-09-07 | 1 | -1/+7 |
| | |||||
* | validate properly in wasm-opt | Alon Zakai | 2016-07-13 | 1 | -1/+4 |
| | |||||
* | separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell ↵ | Alon Zakai | 2016-07-13 | 3 | -46/+103 |
| | | | | tests | ||||
* | rename binaryen-shell to wasm-shell | Alon Zakai | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | print line numbers when running tests in shell | Alon Zakai | 2016-07-06 | 1 | -1/+4 |
| | |||||
* | prefix make_unique in binaryen_shell for visual studio workarounds (#595) | Alon Zakai | 2016-06-23 | 1 | -4/+4 |
| | |||||
* | support -o in binaryen-shell (#592) | Alon Zakai | 2016-06-18 | 1 | -0/+9 |
| | |||||
* | refactor interpreter code to provide expression executors for both ↵ | Alon Zakai | 2016-06-18 | 1 | -2/+2 |
| | | | | standalone and full funtime execution | ||||
* | Add mode to wasm validator to check for web-environment constraints (#584) | Derek Schuff | 2016-06-14 | 2 | -14/+40 |
| | | | | | | | In the web embedding, modules are not allowed to import or export functions which have i64 params or return values. Add a mode to the validator to check for this, and add flags to s2wasm and wasm-as to enable or disable this check. Also add tests. | ||||
* | s2wasm: Validate the result module (#574) | Derek Schuff | 2016-06-10 | 1 | -0/+13 |
| | | | | Add an s2wasm option `--no-validate` to disable validation for debugging purposes. Also fix several validation errors by adding calls to `finalize()` after creating expressions, and ensuring that an import is created earlier in `Linker::getImportThunk`. | ||||
* | use WASM_UNUSED in some places to fix compiler warning/error on unused ↵ | Alon Zakai | 2016-06-08 | 1 | -0/+1 |
| | | | | variables we only use in asserts (#579) | ||||
* | add OptimizingIncrementalModuleBuilder for faster incremental module ↵ | Alon Zakai | 2016-06-02 | 1 | -6/+1 |
| | | | | building + optimizing | ||||
* | catch parse exceptions in s-parsing too | Alon Zakai | 2016-05-24 | 1 | -38/+39 |
| | |||||
* | validate after running passes in shell | Alon Zakai | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | Merge pull request #507 from WebAssembly/coalesce-locals | Alon Zakai | 2016-05-16 | 1 | -1/+1 |
|\ | | | | | Coalesce locals | ||||
| * | add cfg-building traversal and a pass to coalesce locals using it | Alon Zakai | 2016-05-15 | 1 | -1/+1 |
| | | |||||
* | | don't emit an extra endline in s2wasm (#506) (#508) | Alon Zakai | 2016-05-16 | 1 | -1/+1 |
|/ | |||||
* | move console tool sources into src/tools (#490) | Alon Zakai | 2016-05-12 | 5 | -0/+637 |