summaryrefslogtreecommitdiff
path: root/src/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format over all the files (#814)Ben Smith2018-03-161-2/+2
* Add wasm2c tool (#710)Ben Smith2018-01-081-0/+4
* Wabt simd v128.const instruction initial PR: (#677)lizhengxing2017-12-151-0/+6
* [cleanup] Always use braces with if (#691)Ben Smith2017-12-091-1/+2
* Add virtual destructor to Stream (#619)Ben Smith2017-09-081-1/+2
* Remove Writer class, move functionality into Stream (#613)Ben Smith2017-09-061-17/+43
* Always include quoted headers like "src/foo.h" (#601)Ben Smith2017-08-301-2/+2
* Refactor wasm-opcodecnt. (#580)Ben Smith2017-07-241-0/+4
* Use std::vector for DataSegment data (#567)Ben Smith2017-07-121-1/+11
* Always pass string_view by value (#563)Ben Smith2017-07-101-2/+2
* Clean up BinaryWriterSpec::GetModuleFilename (#560)Ben Smith2017-07-071-2/+2
* Improve display of data segments (#520)Sam Clegg2017-06-231-2/+2
* Refactor Stream/Writer; write as C++ (#399)Ben Smith2017-04-161-59/+119
* Replace the Wabt/wabt prefix with a C++ namespace (#331)Ben Smith2017-03-021-56/+48
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-4/+10
* Remove struct and enum typedefs (#317)Ben Smith2017-02-241-6/+6
* Change NULL -> nullptr (#315)Ben Smith2017-02-241-4/+4
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-43/+43
* wasmdump: dump data segements (#238)Sam Clegg2016-12-081-1/+2
* Remove the "wasm-" prefix from source filesBen Smith2016-11-041-0/+100