Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Read/Write Abstraction (#889) | Alon Zakai | 2017-01-26 | 1 | -11/+11 |
| | | | | | * Added ModuleReader/Writer classes that support text and binary I/O * Use them in wasm-opt and asm2wasm | ||||
* | Refactor check.py so that groups of tests can be split into separate … (#849) | jgravelle-google | 2016-12-06 | 4 | -0/+684 |
* Refactor check.py so that groups of tests can be split into separate files - Move helper util functions into test/shared.py - Move scripts/support.py to test/support.py - Split s2wasm tests into its own file * Fix flake8 warnings for shared.py and s2wasm.py * Move test scripts from test/ to scripts/test/ * Replace 'from shared import *' with explicit imports |