summaryrefslogtreecommitdiff
path: root/test/help
Commit message (Expand)AuthorAgeFilesLines
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-088-0/+8
* Rename wasm-opcodecnt to wasm-stats (#2298)Soni L2023-09-191-7/+6
* wasm-interp: Add --run-export and --argument (#2176)Raphael Amorim2023-03-191-0/+5
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-308-0/+8
* Change description of calling wat2wasm without -o flag (#1943)Mark Irish2022-07-081-1/+1
* wat2wasm: support "-" for outputting to stdout (#1692) (#1902)Remko Tronçon2022-04-201-1/+1
* Add initial support for code metadata (#1840)Yuri Iozzelli2022-02-258-0/+8
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-158-0/+8
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-308-0/+8
* Enable reference types by default (#1729)Sam Clegg2021-10-138-8/+8
* Enable bulk memory by default (#1728)Sam Clegg2021-10-138-8/+8
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-208-8/+8
* Add objdump flag to print section offsets instead of file offsets (#1696)Derek Schuff2021-08-051-0/+1
* Begin support for typed function references proposal: added the flag and supp...Dmitry Bezhetskov2021-07-258-0/+8
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-078-0/+8
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-288-8/+8
* wasi: Implement more of the wasi API (#1430)Sam Clegg2020-05-211-1/+2
* Implement more WASI APIs (#1423)Sam Clegg2020-05-161-0/+1
* Add initial MVP of WASI API support to wasm-interp (#1411)Sam Clegg2020-05-121-0/+1
* Enabled merged proposals by default (#1405)Alex Crichton2020-05-068-168/+168
* Add GC feature (#1348)Ben Smith2020-02-288-0/+8
* Add default output name for wast2json (#1287)Sam Clegg2020-01-081-1/+1
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-099-8/+17
* Add support for Features to wasm-opcodecnt and emit total instruction count. ...nlewycky2019-08-101-5/+17
* Add --enable-all option (#1132)Heejin Ahn2019-07-297-0/+7
* [interp] Add flag to provide dummy import funcs (#1101)Ben Smith2019-06-281-0/+1
* Initial custom annotation support (#1076)Jacob Gravelle2019-05-077-0/+7
* Add support for the reference types proposal (#938)Alex Crichton2019-02-147-0/+7
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-127-0/+7
* Tailcall (#918)Ben Smith2018-10-017-0/+7
* Add `--inline-{im,ex}ports` flags to `wat-desugar` (#903)Ben Smith2018-08-281-0/+2
* Update testsuite; enable mut. globals by default (#884)Ben Smith2018-08-037-49/+49
* Remove short option for --help (#877)Raphael Graf2018-08-029-9/+9
* Add support for multi-value proposal (#861)Ben Smith2018-06-147-0/+7
* Add flag to ignore errors in custom sections (#833)Ben Smith2018-05-072-0/+2
* Remove wasm-link tool (#793)Sam Clegg2018-03-053-20/+2
* Rename run args (#728)Ben Smith2018-01-2110-20/+20
* Add feature flags for sign-ext., mutable-globals (#722)Ben Smith2018-01-187-7/+21
* Add WatWriter option for inline imports (#703)Ben Smith2018-01-021-0/+1
* Add SIMD feature flag. (#694)Ben Smith2017-12-157-0/+7
* Add deprecation warning to wasm-link (#692)Ben Smith2017-12-111-0/+4
* Add wasm-validate tool (#664)Ben Smith2017-10-311-0/+19
* Add spectest-interp tool; split from wasm-interp (#643)Ben Smith2017-10-032-4/+22
* Rename `wast-desugar` to `wat-desugar`. (#642)Ben Smith2017-09-281-7/+7
* Enable all reader features in objdump (#628)Sam Clegg2017-09-141-11/+8
* Rename wast2wasm -> wat2wasm, wast2json (#617)Ben Smith2017-09-082-14/+35
* Rename wasm2wast -> wasm2wat (#616)Ben Smith2017-09-081-8/+8
* Add i{32,64}.extend{8,16,32}_s operators (#610)Ben Smith2017-09-055-0/+5
* Add saturating float truncation operators (#573)Ben Smith2017-08-165-42/+48
* Adds the concept of exceptions to wasm-objdump (#547)KarlSchimpf2017-07-031-8/+9