summaryrefslogtreecommitdiff
path: root/scripts/support.py
Commit message (Collapse)AuthorAgeFilesLines
* fix parsing in split_wastAlon Zakai2016-09-071-1/+6
|
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell ↵Alon Zakai2016-07-131-0/+57
| | | | tests
* untar: don't compare when a dir doesn't existJF Bastien2016-01-171-1/+5
| | | | Fixes issues in #112.
* Make the untar API more intuitiveJF Bastien2016-01-161-22/+57
| | | | As discussed in #112.
* Factor out some support codeJF Bastien2016-01-161-0/+50
Patches such as #112 could use them.