summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-1912-18/+18
|
* Updated man pages (#2004)tDwtp2022-09-2212-109/+402
| | | | | | | | update the man pages based on the output of `--help` Added a lua script to generate man pages from help messages: usage: `wabt-tool --help | lua help2man.lau`
* Change description of calling wat2wasm without -o flag (#1943)Mark Irish2022-07-081-2/+2
|
* 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