Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename wasm-opcodecnt to wasm-stats (#2298) | Soni L | 2023-09-19 | 12 | -18/+18 |
| | |||||
* | Updated man pages (#2004) | tDwtp | 2022-09-22 | 12 | -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 Irish | 2022-07-08 | 1 | -2/+2 |
| | |||||
* | SIMD is now phase 5, enable it by default (#1712) | Ng Zhi An | 2021-09-20 | 9 | -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 files | Ben Smith | 2020-01-17 | 12 | -0/+729 |
| | |||||
* | Move documentation to docs/ directory | Ben Smith | 2020-01-17 | 12 | -729/+0 |
| | | | | It's easier to update than gh-pages | ||||
* | wasm-decompile: documentation. (#1295) | Wouter van Oortmerssen | 2020-01-09 | 1 | -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 Graf | 2018-12-17 | 11 | -54/+395 |
| | |||||
* | Fix SYNOPSIS in manpages (#973) | Raphael Graf | 2018-12-12 | 6 | -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 Smith | 2018-08-28 | 1 | -0/+4 |
| | | | These were long supported in `wasm2wat` | ||||
* | add minimal manpages (mdoc-formatted) (#896) | Raphael Graf | 2018-08-17 | 6 | -0/+329 |
Resolves #417 |