summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-io.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Encapsulate source map reader state (#7132)Thomas Lively2024-12-031-13/+6
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-12/+3
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* [Parser] Do not eagerly lex parens (#6540)Thomas Lively2024-04-251-1/+0
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-1/+1
* Do not add an extra null character when reading files (#6538)Thomas Lively2024-04-241-2/+1
* [Parser] Parse tags and throw (#6126)Thomas Lively2023-11-201-2/+1
* Encode command line to UTF8 on Windows (#5671)Derek Schuff2023-09-141-3/+11
* Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)Heejin Ahn2023-06-131-1/+1
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-2/+2
* [Parser][NFC] Small code cleanups (#4729)Thomas Lively2022-06-141-1/+1
* [Parser] Begin parsing modules (#4716)Thomas Lively2022-06-101-4/+16
* Use ModuleReader::readStdin for file "-" (#4114)Thomas Lively2021-08-301-2/+2
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-1/+3
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-0/+3
* wasm-emscripten-finalize: Do not read the Names section when not writing outp...Alon Zakai2021-03-181-0/+1
* Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)Alon Zakai2021-03-171-0/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-1/+1
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-4/+4
* Binary format code section offset tracking (#2515)Alon Zakai2019-12-191-3/+4
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-26/+21
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-5/+10
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-18/+29
* Allow tools to read from stdin (#1950)Thomas Lively2019-03-181-7/+39
* wasm-opt source map support (#1557)Alon Zakai2018-06-071-3/+17
* Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)Jacob Gravelle2018-02-141-5/+20
* First pass at LLD support for Emscripten (#1346)Jacob Gravelle2018-01-221-3/+6
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-2/+11
* only read first 4 bytes to check if a file is a wasm binary (#894)Alon Zakai2017-02-021-3/+8
* Read/Write Abstraction (#889)Alon Zakai2017-01-261-0/+86