index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[wasm-objdump] set function types for correct params+locals indexing (#2353)
Rod Vagg
2023-12-13
1
-0
/
+8
*
WastParser: tighten parsing of folded `if` (#2349)
Keith Winstein
2023-12-05
1
-22
/
+13
*
[wasm-objdump] Print i64 values as unsigned (#2344)
Rod Vagg
2023-12-01
1
-1
/
+1
*
Add support for new WASM_SYMBOL_ABS symbol flag (#2305)
Sam Clegg
2023-11-28
1
-3
/
+12
*
Update ID for tag name subsection (#2336)
Michael Williamson
2023-11-27
2
-0
/
+2
*
decompiler.cc: fix vector oob when if has empty then (#2334)
Hyxogen
2023-11-20
1
-1
/
+4
*
wasm2c: Improve address abstraction for BE support (#2328)
Soni L
2023-11-14
6
-197
/
+177
*
Avoid use of `typeof` as argument name (#2314)
walkingeyerobot
2023-10-26
1
-2
/
+2
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
5
-111
/
+587
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
1
-9
/
+13
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
2
-8
/
+7
*
WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)
Keith Winstein
2023-09-18
2
-284
/
+32
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
8
-1271
/
+1450
*
c-writer.cc: clean up some handling of typevector structs (NFC) (#2296)
Keith Winstein
2023-09-15
1
-10
/
+13
*
Flip order of memory indexes on memory.copy (#2294)
Keith Winstein
2023-09-11
12
-30
/
+30
*
[wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)
Sam Clegg
2023-09-09
2
-30
/
+30
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
12
-160
/
+178
*
wasm2c: consolidate pack/unpack of tags & multi-value results (NFC) (#2286)
Keith Winstein
2023-08-25
1
-105
/
+84
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
1
-5
/
+0
*
wasm-strip: add `-R/--remove-section` option (#2282)
Diego Frias
2023-08-18
1
-2
/
+16
*
wat-writer.cc: resolve missing type index in call_indirect (#2278)
Keith Winstein
2023-07-31
1
-2
/
+10
*
c-writer.cc: clean up handling of functions & tags (NFC) (#2271)
Keith Winstein
2023-07-31
1
-49
/
+41
*
c-writer.cc: eliminate redundant import_syms_ SymbolSet (NFC) (#2275)
Keith Winstein
2023-07-31
1
-23
/
+16
*
decompiler.cc: passive data segments do not have offsets (#2163)
mannkdev
2023-07-30
1
-1
/
+5
*
wasm2c: add link to clang bug on mips force read constraint
Shravan Narayan
2023-07-30
2
-0
/
+3
*
wasm2c: ensure force read constraints compile for clang on mips
Shravan Narayan
2023-07-30
6
-62
/
+86
*
C++20 compatibility fixes
Shravan Narayan
2023-07-02
2
-7
/
+7
*
wasm-objdump: Fix local numbering in disassembly (#2265)
Michael Williamson
2023-06-27
1
-1
/
+3
*
BinaryReader/Writer: roundtrip large memory64 offsets (#2255)
Keith Winstein
2023-06-20
2
-2
/
+2
*
wasm2c: fix bug in windows atomic load macro
Shravan Narayan
2023-06-19
2
-8
/
+8
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
5
-54
/
+90
*
spectest-interp: assert_malformed must error in reader alone (#2252)
Keith Winstein
2023-06-12
1
-11
/
+92
*
src/leb128.cc: fix detection of too-big u64 LEB128s (#2256)
Keith Winstein
2023-06-09
1
-2
/
+2
*
Add error when parameter size does not match on wasm-interp run-export (#2250)
Raphael Amorim
2023-06-09
1
-0
/
+7
*
binary-reader.cc: detect more malformed modules (#2251)
Keith Winstein
2023-06-08
1
-27
/
+23
*
WastParser: allow empty modules/scripts with warning (#2248)
Keith Winstein
2023-06-07
1
-3
/
+12
*
WastParser::ErrorExpected: ensure there is a token to consume (#2247)
Keith Winstein
2023-06-07
1
-1
/
+1
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
5
-6
/
+864
*
wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)
Keith Winstein
2023-05-12
7
-401
/
+399
*
BinaryReaderIR: silence clang 14 warning (NFC) (#2232)
Keith Winstein
2023-05-09
1
-1
/
+1
*
Cleanup use of HAVE_WIN32_VT100 in color.cc
Shravan Narayan
2023-05-09
1
-22
/
+14
*
c-writer.cc: Correctly handle label names when branching out of try block (#2...
Keith Winstein
2023-05-08
1
-2
/
+6
*
Track use of SIMD and exceptions in IR, and CWriter includes support only if ...
Keith Winstein
2023-05-08
3
-3
/
+20
*
Don't include windows.h for color printing if !HAVE_WIN32_VT100
Shravan Narayan
2023-05-05
1
-0
/
+2
*
BinaryReader/BinaryReaderIR: check for missing end markers (#2218)
Keith Winstein
2023-05-03
2
-1
/
+20
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
4
-2
/
+25
*
c-writer.cc: cleanup name lookups to happen consistently in one place (NFC) (...
Keith Winstein
2023-04-27
1
-9
/
+11
*
Make sure (IR) Validator and BinaryReaderInterp agree re: validity (#2219)
Keith Winstein
2023-04-27
2
-2
/
+57
*
alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)
Landry Breuil
2023-04-26
2
-2
/
+2
*
wasm2c: Use malloc.h instead of alloca.h for mingw
Shravan Narayan
2023-04-24
2
-2
/
+8
[prev]
[next]