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
*
Implement \u{hex} escape parsing (#1909)
Zoltan Herczeg
2022-05-02
7
-0
/
+101
*
wat2wasm: support "-" for outputting to stdout (#1692) (#1902)
Remko Tronçon
2022-04-20
1
-1
/
+1
*
run-spec-wasm2c.py: fix failure to free module #0 (NFC) (#1904)
Keith Winstein
2022-04-20
1
-1
/
+1
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
1
-0
/
+5
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
1
-14
/
+16
*
Remove signature mangling from wasm2c output (#1896)
Sam Clegg
2022-04-14
2
-24
/
+9
*
update br_table validation rule + enforce module validity in spectest-interp ...
Keith Winstein
2022-04-13
174
-187
/
+174
*
Fix checking of ref.func index declarations (#1894)
Asumu Takikawa
2022-04-13
1
-14
/
+0
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
2
-0
/
+3
*
Update testsuite. (#1872)
Zoltan Herczeg
2022-03-30
4
-13
/
+14
*
Allow binary reader to skip function bodies. NFC (#1871)
Sam Clegg
2022-03-23
2
-30
/
+4
*
wasm-objdump: Improve disassembly of call_indirect (#1866)
Sam Clegg
2022-03-16
7
-288
/
+315
*
wasm-objdump: support extended const expressions (#1859)
Sam Clegg
2022-03-11
1
-0
/
+197
*
wasm-strip: Add support for -o argument (#1862)
Sam Clegg
2022-03-10
1
-0
/
+33
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
4
-23
/
+54
*
wasm2c: run older versions of some spec tests (#1853)
Keith Winstein
2022-03-08
10
-1
/
+4897
*
Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856)
Sam Clegg
2022-03-08
1
-0
/
+2
*
run-tests.py: Use sys.byteorder to make code more readable. NFC (#1855)
Sam Clegg
2022-03-08
1
-3
/
+5
*
wasm2c: Add wasm_rt_strerror to covert trap code to string (#1848)
Sam Clegg
2022-03-03
1
-11
/
+15
*
Avoid passing signed char to islpha family of function on windows (#1847)
Sam Clegg
2022-03-03
1
-7
/
+9
*
Fix compiler warnings in wasm2c output (#1844)
Sam Clegg
2022-03-02
1
-3
/
+8
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
33
-194
/
+194
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
20
-0
/
+620
*
wasm2c: run multi-memory tests (#1834)
Keith Winstein
2022-02-17
6
-1
/
+36
*
Added support for multi-memory in apply-names (#1810)
Yuhan Deng
2022-02-17
4
-5
/
+33
*
wasm2c: bounds-check active data loads (#1829)
Keith Winstein
2022-02-17
1
-0
/
+5
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
12
-1
/
+283
*
Fix size of segment in initialization error reporting (#1823)
Sam Clegg
2022-02-09
1
-1
/
+0
*
wasm-objdump: Print local names during disassembly (#1818)
Michael Williamson
2022-02-02
1
-149
/
+319
*
objdump: Consider params when printing local decl index (#1819)
Michael Williamson
2022-02-01
3
-10
/
+10
*
Fix wat parsing of function imports with type name + inline type (#1808)
Sam Clegg
2022-01-15
1
-1
/
+10
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
4
-262
/
+263
*
Don't include empty names for locals (#1801)
Sam Clegg
2022-01-08
1
-23
/
+19
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
218
-705
/
+705
*
interpreter: Fix infinite looping on `return_call` (#1762)
Asumu Takikawa
2021-12-15
1
-0
/
+20
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
4
-17
/
+17
*
Fix syntax for assert_return typecheck test (#1782)
Asumu Takikawa
2021-12-13
2
-8
/
+8
*
Remove check from binary-reader-interp.cc that the validator already catches....
Sam Clegg
2021-12-13
50
-235
/
+235
*
Share validation code between constant expressions and function bodies. NFC (...
Sam Clegg
2021-12-10
12
-77
/
+73
*
Add error locations to BinaryReaderInterp (#1780)
Sam Clegg
2021-12-09
131
-2280
/
+2280
*
Improve pathname canonicaliztion when running test code. NFC (#1781)
Sam Clegg
2021-12-09
1
-6
/
+15
*
wasm-objdump: Fix disassembly output of selectT instruction (#1777)
Sam Clegg
2021-12-08
1
-22
/
+24
*
Re-generate all test expectations using `--rebase`. NFC (#1776)
Sam Clegg
2021-12-08
3
-3
/
+7
*
Add test for function lacking END marker. NFC (#1775)
Sam Clegg
2021-12-07
1
-0
/
+17
*
Show tag names in objdump disassembly (#1774)
Sam Clegg
2021-12-07
1
-135
/
+177
*
Add specification tests for exception handling proposal (#1764)
Asumu Takikawa
2021-12-06
13
-2
/
+784
*
Perform init expression validation outside of the binary reader. NFC (#1770)
Sam Clegg
2021-12-02
10
-124
/
+163
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
25
-11
/
+1097
*
Update testsuite (#1765)
Sam Clegg
2021-11-19
68
-3831
/
+3830
*
Add interpreter support for the exception handling proposal (#1749)
Asumu Takikawa
2021-11-17
5
-0
/
+444
[next]