| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
For a project like wabt with little python code I think the cost of
switching is small enough to justify the churn.
|
| |
|
|
|
| |
Move import to top of Python file, and remove extra blank lines to satisfy Appveyor's version of flake8
|
|
|
|
|
|
|
|
| |
* Add appveyor.yml from Binaryen
* Update gen-emscripten-exported-json.py to comply (almost) with PEP8
* fix typo
|
|
It would be nicer to have this automatically integrated with the build,
but this is OK for now.
|