Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix s2wasm.py hanging indent (#969) | Alon Zakai | 2017-04-17 | 1 | -2/+2 |
| | |||||
* | s2wasm: Add command line option for importing memory (#963) | Max Klein | 2017-04-12 | 1 | -0/+6 |
| | | | | | | This option allows to import the linear memory from JS code instead of exporting it. --emscripten-glue does this too but often the emscripten glue isn't needed, so this option only affects the memory. All the code necessary for importing the memory basically already exists, so nothing except for the command line option itself had to be added. | ||||
* | Refactor check.py so that groups of tests can be split into separate … (#849) | jgravelle-google | 2016-12-06 | 1 | -0/+103 |
* 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 |