summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-209-12/+12
| | | | | * SIMD is now phase 5, enable it by default * Update test flags, rebase test, and docs
* Put rendered man page html in docs, not .1 filesBen Smith2020-01-1712-0/+729
|
* Move documentation to docs/ directoryBen Smith2020-01-1712-729/+0
| | | | It's easier to update than gh-pages
* wasm-decompile: documentation. (#1295)Wouter van Oortmerssen2020-01-091-0/+55
| | | | Added a language description, a man page, and some links in the general readme.
* Add missing manpages, fix markup for references, links and examples (#979)Raphael Graf2018-12-1711-54/+395
|
* Fix SYNOPSIS in manpages (#973)Raphael Graf2018-12-126-7/+7
| | | | | | Before: wasm-objdump [options] filename After: wasm-objdump [options] file ... Also document '-h' in wasm-objdump.1
* Add `--inline-{im,ex}ports` flags to `wat-desugar` (#903)Ben Smith2018-08-281-0/+4
| | | These were long supported in `wasm2wat`
* add minimal manpages (mdoc-formatted) (#896)Raphael Graf2018-08-176-0/+329
Resolves #417