aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Delete generate.py (#1177)JF Bastien2018-01-301-176/+0
| | | | | It hasn't been maintained and was last touched 3 years ago. It's misleading to keep here, and there were aspirations that whatever tools maintain webassembly.org would do this instead. Addresses #1176
* Handle socket timeout.JF Bastien2015-06-151-0/+2
|
* Use CamelCase for class name.JF Bastien2015-06-121-2/+2
|
* Use argparse. Fix for files not in cwd.JF Bastien2015-06-121-16/+46
|
* Markdown documentation generator and checker.JF Bastien2015-06-111-0/+144
Generate HTML documentation from Markdown files in the current working directory, and check that their links are valid.