summaryrefslogtreecommitdiff
path: root/scripts/clean_c_api_trace.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-12/+11
| | | | | | | | pep8 specifies 4 space indentation. The use of 2 spaces is, I believe a historical anomaly where certain large organizations such as google chose 2 over 4 and have yet to make the switch. Since there isn't too much code in binaryen today it seems reasonable to make the switch.
* Upgrade flake8 and run it on python 3 (#2297)Guanzhong Chen2019-08-131-1/+1
|
* Cleanup scripts in scripts/test (#1566)Sam Clegg2018-05-251-1/+15
| | | | | | | | | | Remove executable bit and #! from scripts that don't have entry point. Add missing licence test. Move arg parsing into a function. Remove legacy --only_prepare (with underscrore) argument.
* add a tracing option to the c api, which logs out a runnable program from c ↵Alon Zakai2016-07-121-0/+23
api calls