summaryrefslogtreecommitdiff
path: root/src/stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Move headers to include/wabt/ (#1998)Alex Reinking2022-09-281-1/+1
* wat2wasm: support "-" for outputting to stdout (#1692) (#1902)Remko Tronçon2022-04-201-0/+12
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-4/+4
* Clang-format codebase (#1684)Heejin Ahn2021-12-201-1/+3
* Omit the DataCount section unless it is required (#1312)Ben Smith2020-01-211-1/+32
* wasm-decompile: Output Tee as Set+Get instead if possible. (#1165)Wouter van Oortmerssen2019-09-251-0/+4
* Run clang-format over all the files (#814)Ben Smith2018-03-161-1/+0
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+7
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-10/+20
* Remove Writer class, move functionality into Stream (#613)Ben Smith2017-09-061-14/+138
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-1/+1
* Refactor wasm-opcodecnt. (#580)Ben Smith2017-07-241-0/+8
* Always pass string_view by value (#563)Ben Smith2017-07-101-1/+1
* Clean up BinaryWriterSpec::GetModuleFilename (#560)Ben Smith2017-07-071-1/+1
* Remove WABT_ZERO_MEMORY WABT_FAILED and WABT_SUCCEEDED macros. (#540)KarlSchimpf2017-06-281-2/+2
* Improve display of data segments (#520)Sam Clegg2017-06-231-3/+3
* Use C++ style C headers (e.g. <cstdlib>) (#431)Ben Smith2017-05-111-2/+2
* Refactor Stream/Writer; write as C++ (#399)Ben Smith2017-04-161-97/+67
* Move loop variable into for loop header (#347)Ben Smith2017-03-091-4/+2
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-65/+66
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-6/+6
* Require C++-style casts, disallow C-style casts (#320)Ben Smith2017-02-271-2/+4
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-3/+3
* Switch C files to CC files (#309)Ben Smith2017-02-231-0/+162