summaryrefslogtreecommitdiff
path: root/scripts/gen-emscripten-exported-json.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 failures (#1358)Ben Smith2020-03-131-1/+1
|
* Remove support for python2 (#1321)Sam Clegg2020-01-311-1/+1
|
* Switch python indentation from 2-space to 4-space (#1145)Sam Clegg2019-08-151-63/+63
| | | | | | | | 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.
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-6/+6
|
* Move import to top of Python file (#191)Derek Schuff2016-10-261-2/+2
| | | Move import to top of Python file, and remove extra blank lines to satisfy Appveyor's version of flake8
* Add appveyor.yml from Binaryen (#189)Derek Schuff2016-10-261-6/+7
| | | | | | | | * Add appveyor.yml from Binaryen * Update gen-emscripten-exported-json.py to comply (almost) with PEP8 * fix typo
* add script to generate emscripten-exported.jsonBen Smith2016-05-131-0/+108
It would be nicer to have this automatically integrated with the build, but this is OK for now.