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
*
Format wasm2c templated code (#1942)
Keith Winstein
2022-07-08
5
-184
/
+232
*
wast2json: write binary modules verbatim (#1932)
Ben Smith
2022-06-03
7
-15
/
+75
*
List funcref as one of the expected value types in WastParser::ParseValueType...
Alex Bradbury
2022-05-27
1
-1
/
+2
*
Implement \u{hex} escape parsing (#1909)
Zoltan Herczeg
2022-05-02
2
-0
/
+77
*
wasm2c: Avoid unnecessary `extern` in function decls. NFC (#1910)
Sam Clegg
2022-04-29
1
-2
/
+2
*
Continue dumping sections even when one is unknown (#1884)
Rafael Fernández López
2022-04-21
1
-7
/
+26
*
wat2wasm: support "-" for outputting to stdout (#1692) (#1902)
Remko Tronçon
2022-04-20
3
-2
/
+20
*
wasm2c: export free() function to free module state (#1901)
Keith Winstein
2022-04-14
1
-0
/
+34
*
wasm2c: Always use a module prefix and set one by default (#1897)
Sam Clegg
2022-04-14
6
-36
/
+41
*
Fix spelling typo in wasm2c output. NFC (#1900)
Sam Clegg
2022-04-14
4
-4
/
+4
*
Remove signature mangling from wasm2c output (#1896)
Sam Clegg
2022-04-14
1
-46
/
+7
*
update br_table validation rule + enforce module validity in spectest-interp ...
Keith Winstein
2022-04-13
2
-3
/
+6
*
Fix checking of ref.func index declarations (#1894)
Asumu Takikawa
2022-04-13
1
-1
/
+8
*
wasm2c: use signal handler to detect stack exhaustion (#1875)
Keith Winstein
2022-04-04
2
-0
/
+12
*
Allow binary reader to skip function bodies. NFC (#1871)
Sam Clegg
2022-03-23
3
-1
/
+8
*
wasm-objdump: Improve disassembly of call_indirect (#1866)
Sam Clegg
2022-03-16
2
-0
/
+43
*
wasm-objdump: support extended const expressions (#1859)
Sam Clegg
2022-03-11
1
-84
/
+133
*
wasm-strip: Add support for -o argument (#1862)
Sam Clegg
2022-03-10
1
-18
/
+26
*
Add windows implementation of wasm2c runtime (#1843)
Sam Clegg
2022-03-09
3
-58
/
+210
*
wasm2c: run older versions of some spec tests (#1853)
Keith Winstein
2022-03-08
1
-6
/
+0
*
Fix Store object assignment. (#1854)
Zoltan Herczeg
2022-03-08
1
-0
/
+4
*
Improve the maintenace of ObjectKind types. (#1852)
Zoltan Herczeg
2022-03-08
2
-2
/
+10
*
Honor -DWERROR=ON for all cmake targets (#1850)
Sam Clegg
2022-03-07
2
-5
/
+5
*
Fix clang warnings introduced by #1847 (#1849)
Sam Clegg
2022-03-06
1
-2
/
+2
*
Fix an unused variable warning in opt (#1846)
walkingeyerobot
2022-03-04
1
-0
/
+1
*
Avoid passing signed char to islpha family of function on windows (#1847)
Sam Clegg
2022-03-03
1
-3
/
+3
*
wasm2c: consistent use of Open/CloseBrace. NFC (#1845)
Sam Clegg
2022-03-03
1
-7
/
+7
*
Fix compiler warnings in wasm2c output (#1844)
Sam Clegg
2022-03-02
5
-61
/
+94
*
Rework free list to use less memory. (#1841)
Zoltan Herczeg
2022-03-02
3
-92
/
+78
*
Fix function body start/end locations in wasm-validate (#1842)
Sam Clegg
2022-03-02
3
-4
/
+8
*
Implement a separate free list for Refs (#1835)
Zoltan Herczeg
2022-02-25
2
-4
/
+66
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
21
-6
/
+412
*
Add missing wasm2c feature flags (#1836)
Soni L
2022-02-22
1
-1
/
+2
*
Improve Garbage Collection algorithm (#1830)
Zoltan Herczeg
2022-02-18
3
-19
/
+72
*
wasm2c: run multi-memory tests (#1834)
Keith Winstein
2022-02-17
1
-6
/
+13
*
Added support for multi-memory in apply-names (#1810)
Yuhan Deng
2022-02-17
1
-2
/
+58
*
wasm2c: bounds-check active data loads (#1829)
Keith Winstein
2022-02-17
2
-8
/
+24
*
Add missing <string> include to string-util.h (#1832)
Sam Clegg
2022-02-16
1
-0
/
+1
*
Initial implementation of extended-const proposal. (#1824)
Sam Clegg
2022-02-15
7
-147
/
+89
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
57
-1742
/
+822
*
Use C++17 pair destructuring for loops (#1827)
Sam Clegg
2022-02-11
5
-26
/
+19
*
Fix size of segment in initialization error reporting (#1823)
Sam Clegg
2022-02-09
1
-2
/
+10
*
Change Thread in interpreter to a normal object (#1809)
Zoltan Herczeg
2022-02-04
4
-37
/
+35
*
wasm-objdump: Print local names during disassembly (#1818)
Michael Williamson
2022-02-02
2
-0
/
+50
*
objdump: Consider params when printing local decl index (#1819)
Michael Williamson
2022-02-01
2
-1
/
+11
*
Fix wat parsing of function imports with type name + inline type (#1808)
Sam Clegg
2022-01-15
1
-10
/
+5
*
Update testsuite (#1795)
Sam Clegg
2022-01-10
10
-22
/
+81
*
Updated multi-value message (#1797)
jzabinski-dolios
2022-01-10
1
-2
/
+3
*
Don't include empty names for locals (#1801)
Sam Clegg
2022-01-08
1
-6
/
+14
*
Fix erroneous reporting of "Data reloctions outside of segments" (#1800)
Sam Clegg
2022-01-07
1
-2
/
+8
[next]