Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Move WasmType function implementations to wasm.cpp * Move Literal methods to wasm.cpp * Reorder wasm.cpp shared constants back to top * Move expression functions to wasm.cpp * Finish moving things to wasm.cpp * Split out Literal into its own .h/.cpp. Also factor out common wasm-type module * Remove unneeded/transitive includes from wasm.h * Add comment to try/check methods * Rename tryX/checkX methods to getXOrNull * Add missing include that should fix appveyor build breakage * More appveyor | ||||
* | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -2/+2 |
| | |||||
* | error on putting spectest.print in a table | Alon Zakai | 2016-09-21 | 1 | -0/+11 |
| | |||||
* | validate spectest.print as a function | Alon Zakai | 2016-09-20 | 1 | -1/+7 |
| | |||||
* | global importing fixes: use the right counter for globals and for functions | Alon Zakai | 2016-09-20 | 1 | -1/+12 |
| | |||||
* | support module operations in shell tests | Alon Zakai | 2016-09-17 | 1 | -28/+55 |
| | |||||
* | support assert_malformed in shell test runner | Alon Zakai | 2016-09-16 | 1 | -1/+6 |
| | |||||
* | 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 |
| | |||||
* | separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell ↵ | Alon Zakai | 2016-07-13 | 1 | -45/+0 |
| | | | | tests | ||||
* | rename binaryen-shell to wasm-shell | Alon Zakai | 2016-07-13 | 1 | -0/+267 |