Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bulk memory operations (#1892) | Thomas Lively | 2019-02-05 | 1 | -0/+4 |
| | | | | | | Bulk memory operations The only parts missing are the interpreter implementation and spec tests. | ||||
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -81/+81 |
| | | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329. | ||||
* | SIMD (#1820) | Thomas Lively | 2018-12-13 | 1 | -1/+142 |
| | | | | | | | | | Implement and test the following functionality for SIMD. - Parsing and printing - Assembling and disassembling - Interpretation - C API - JS API | ||||
* | Implement nontrapping float-to-int instructions (#1780) | Thomas Lively | 2018-12-04 | 1 | -1/+10 |
| | |||||
* | Reject all nonexistent instructions in sexp format (#1756) | Thomas Lively | 2018-11-19 | 1 | -24/+11 |
| | |||||
* | Generate sexp instruction parser (#1754) | Thomas Lively | 2018-11-19 | 1 | -0/+408 |
Also fix broken tests surfaced by the new parser. |