index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
wasm2c: Improve address abstraction for BE support (#2328)
Soni L
2023-11-14
6
-312
/
+270
*
wasm2c: Fix test harness UB with SIMD (#2327)
Soni L
2023-11-12
6
-4
/
+63
*
Clean up WABT_BIG_ENDIAN handling in tests (#2326)
Soni L
2023-11-12
1
-6
/
+1
*
Update testsuite (#2287)
Keith Winstein
2023-10-24
18
-607
/
+364
*
wasm2c: implement the tail-call proposal (#2272)
Keith Winstein
2023-10-24
10
-22
/
+1120
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
3
-1
/
+11
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
7
-18
/
+17
*
Implement custom section reading/writing (#2284)
Diego Frias
2023-09-15
5
-3
/
+40
*
[wasm2c] Use wasm_rt_memcpy everywhere in generated code (#2292)
Sam Clegg
2023-09-09
5
-75
/
+75
*
[wasm2c] Add '-Wno-array-bounds' when building wasm2c output (#2293)
Sam Clegg
2023-09-08
1
-0
/
+1
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
22
-73
/
+164
*
Validator: normalize handling of Select in ExprVisitor Delegate (#2285)
Keith Winstein
2023-08-23
3
-9
/
+0
*
wasm-strip: add `-R/--remove-section` option (#2282)
Diego Frias
2023-08-18
1
-0
/
+36
*
wat-writer.cc: resolve missing type index in call_indirect (#2278)
Keith Winstein
2023-07-31
1
-0
/
+24
*
c-writer.cc: clean up handling of functions & tags (NFC) (#2271)
Keith Winstein
2023-07-31
3
-11
/
+11
*
decompiler.cc: passive data segments do not have offsets (#2163)
mannkdev
2023-07-30
1
-0
/
+9
*
wasm2c: add link to clang bug on mips force read constraint
Shravan Narayan
2023-07-30
5
-0
/
+5
*
wasm2c: ensure force read constraints compile for clang on mips
Shravan Narayan
2023-07-30
5
-100
/
+140
*
wasm-objdump: Fix local numbering in disassembly (#2265)
Michael Williamson
2023-06-27
2
-2
/
+21
*
BinaryReader/Writer: roundtrip large memory64 offsets (#2255)
Keith Winstein
2023-06-20
2
-6
/
+19
*
memory64: when enabled, check offset range at validation-time (#2253)
Keith Winstein
2023-06-12
7
-28
/
+50
*
spectest-interp: assert_malformed must error in reader alone (#2252)
Keith Winstein
2023-06-12
4
-8
/
+4
*
src/leb128.cc: fix detection of too-big u64 LEB128s (#2256)
Keith Winstein
2023-06-09
1
-0
/
+29
*
Add error when parameter size does not match on wasm-interp run-export (#2250)
Raphael Amorim
2023-06-09
1
-0
/
+9
*
binary-reader.cc: detect more malformed modules (#2251)
Keith Winstein
2023-06-08
4
-11
/
+6
*
WastParser: allow empty modules/scripts with warning (#2248)
Keith Winstein
2023-06-07
2
-3
/
+2
*
WastParser::ErrorExpected: ensure there is a token to consume (#2247)
Keith Winstein
2023-06-07
1
-0
/
+6
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
3
-1
/
+547
*
wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)
Keith Winstein
2023-05-12
5
-680
/
+5
*
wasm2c: Fix typo in testing harness (#2234)
Shravan Narayan
2023-05-11
1
-1
/
+1
*
c-writer.cc: Correctly handle label names when branching out of try block (#2...
Keith Winstein
2023-05-08
1
-0
/
+12
*
Track use of SIMD and exceptions in IR, and CWriter includes support only if ...
Keith Winstein
2023-05-08
5
-10
/
+0
*
wasm2c: update simde submodule to 0.7.4-rc4 and add remaining tests (#2225)
Keith Winstein
2023-05-04
5
-0
/
+25
*
BinaryReader/BinaryReaderIR: check for missing end markers (#2218)
Keith Winstein
2023-05-03
4
-3
/
+14
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
7
-3
/
+36
*
alloca() lives in <stdlib.h> on OpenBSD too (fixes #2216) (#2217)
Landry Breuil
2023-04-26
5
-5
/
+5
*
wasm2c: Use malloc.h instead of alloca.h for mingw
Shravan Narayan
2023-04-24
5
-5
/
+15
*
wasm2c.includes.c: replace alloca.h with stdlib.h on FreeBSD (#2212)
Petr Penzin
2023-04-22
5
-0
/
+10
*
wasm2c exception handling: fix unwinding after br inside try (#2204)
Soni L
2023-04-21
1
-0
/
+28
*
wasm-objdump: Include function names in "init functions" subsection (#2202)
Sam Clegg
2023-04-20
1
-2
/
+2
*
wasm2c: Separate the macros for allocation and bounds checks strategies
Shravan Narayan
2023-04-12
5
-5
/
+5
*
wasm2c: expose the initial and max size required from imported tables
Shravan Narayan
2023-04-11
2
-4
/
+921
*
wasm2c: multiple .c outputs (#2146)
Yuhan Deng
2023-04-05
9
-43
/
+94
*
wasm-interp: Add --run-export and --argument (#2176)
Raphael Amorim
2023-03-19
3
-0
/
+49
*
binary-reader.cc: expand max local count and fix error message (#2173)
Keith Winstein
2023-03-15
5
-9
/
+10
*
c-writer.cc: Add local symbol prefix. (#2171)
Yuhan Deng
2023-03-15
2
-22
/
+22
*
Add new tests (#2168)
Keith Winstein
2023-03-13
77
-2
/
+788
*
Update testsuite (#2167)
Keith Winstein
2023-03-13
17
-144
/
+144
*
Improve lexing and parsing of invalid annotations (again) (#2166)
Keith Winstein
2023-03-10
4
-5
/
+33
*
wasm2c: implement the extended const expressions proposal (#2162)
Keith Winstein
2023-03-08
4
-0
/
+21
[prev]
[next]