index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-io.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Encapsulate source map reader state (#7132)
Thomas Lively
2024-12-03
1
-13
/
+6
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-12
/
+3
*
[StackIR] Run StackIR during binary writing and not as a pass (#6568)
Alon Zakai
2024-05-09
1
-1
/
+1
*
[Parser] Do not eagerly lex parens (#6540)
Thomas Lively
2024-04-25
1
-1
/
+0
*
[Parser] Enable the new text parser by default (#6371)
Thomas Lively
2024-04-25
1
-1
/
+1
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
1
-2
/
+1
*
[Parser] Parse tags and throw (#6126)
Thomas Lively
2023-11-20
1
-2
/
+1
*
Encode command line to UTF8 on Windows (#5671)
Derek Schuff
2023-09-14
1
-3
/
+11
*
Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)
Heejin Ahn
2023-06-13
1
-1
/
+1
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-2
/
+2
*
[Parser][NFC] Small code cleanups (#4729)
Thomas Lively
2022-06-14
1
-1
/
+1
*
[Parser] Begin parsing modules (#4716)
Thomas Lively
2022-06-10
1
-4
/
+16
*
Use ModuleReader::readStdin for file "-" (#4114)
Thomas Lively
2021-08-30
1
-2
/
+2
*
Apply features from the commandline first (#3960)
Alon Zakai
2021-07-02
1
-1
/
+3
*
[wasm-split] Add an option to emit only the module names (#3901)
Thomas Lively
2021-05-25
1
-0
/
+3
*
wasm-emscripten-finalize: Do not read the Names section when not writing outp...
Alon Zakai
2021-03-18
1
-0
/
+1
*
Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)
Alon Zakai
2021-03-17
1
-0
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-1
/
+1
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-4
/
+4
*
Binary format code section offset tracking (#2515)
Alon Zakai
2019-12-19
1
-3
/
+4
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-26
/
+21
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-5
/
+10
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-18
/
+29
*
Allow tools to read from stdin (#1950)
Thomas Lively
2019-03-18
1
-7
/
+39
*
wasm-opt source map support (#1557)
Alon Zakai
2018-06-07
1
-3
/
+17
*
Fold wasm-link-metadata into wasm-emscripten-finalize (#1408)
Jacob Gravelle
2018-02-14
1
-5
/
+20
*
First pass at LLD support for Emscripten (#1346)
Jacob Gravelle
2018-01-22
1
-3
/
+6
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-2
/
+11
*
only read first 4 bytes to check if a file is a wasm binary (#894)
Alon Zakai
2017-02-02
1
-3
/
+8
*
Read/Write Abstraction (#889)
Alon Zakai
2017-01-26
1
-0
/
+86