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
*
Use C++17's [[fallthrough]]. NFC (#2091)
Sam Clegg
2023-02-27
4
-15
/
+16
*
Improve lexing of invalid annotations (#2150)
Keith Winstein
2023-02-25
1
-1
/
+1
*
c-writer.cc: omit dummy_member in one case where it was unnecessary (NFC) (#2...
Keith Winstein
2023-02-25
1
-1
/
+1
*
wasm2c: cap blank lines between sections (NFC) (#2148)
Keith Winstein
2023-02-25
2
-10
/
+20
*
c-writer.cc: sanitize module/field names for use in C comments (NFC) (#2147)
Keith Winstein
2023-02-25
1
-7
/
+24
*
wasm2c: prettify/change name mangling (#2142)
Keith Winstein
2023-02-23
1
-136
/
+317
*
objdump: take care of opcodes whose bytes are non-canonical leb128 (#1632)
Ng Zhi An
2023-02-13
1
-1
/
+4
*
wasm-strip: Add `-k/--keep-section` flag to prevent sections with specific na...
Surma
2023-02-09
1
-2
/
+27
*
Add ARM64 windows compatibility (#2140)
Changqing Jing
2023-02-09
1
-4
/
+25
*
wasm2c: handle duplicate names between params/locals and labels (NFC) (#2137)
Keith Winstein
2023-02-07
1
-33
/
+62
*
wasm2c: add SIMD support (#2119)
Willy R. Vasquez
2023-01-29
3
-36
/
+1125
*
Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)
Keith Winstein
2023-01-28
1
-2
/
+8
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
5
-54
/
+186
*
Fix typo in binary-reader.cc (#2127)
Tatsuyuki Kobayashi
2023-01-14
1
-4
/
+4
*
wasm2c: Initial implementation of memory64 (#2086)
Sam Clegg
2023-01-12
3
-3
/
+15
*
wasm2c: eliminate wasm_rt_register_tag() (#2122)
Keith Winstein
2023-01-11
1
-39
/
+15
*
wasm2c: mark manually formatted code in c-writer
Shravan Narayan
2022-12-29
1
-0
/
+8
*
wasm2c: expose the initial and max size required from imported memory
Shravan Narayan
2022-12-29
1
-8
/
+44
*
Enable features in libwabt.js by default (#2109)
Marcus Better
2022-12-27
2
-21
/
+44
*
wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)
Keith Winstein
2022-12-23
1
-0
/
+4
*
Add relaxed SIMD to wabt.js features (#2107)
Marcus Better
2022-12-22
2
-0
/
+3
*
Use flat format for emscriptnen exported function list. NFC (#2108)
Sam Clegg
2022-12-21
3
-62
/
+56
*
wast-parser.cc: Accept non abbreviated forms of result for select (#2104)
YAMAMOTO Takashi
2022-12-19
1
-3
/
+2
*
Use inline keyword over WABT_INLINE. NFC (#2092)
Sam Clegg
2022-12-02
1
-2
/
+0
*
Remove unused include. NFC (#2094)
Sam Clegg
2022-12-01
1
-4
/
+0
*
Use C++17's [[nodiscard]]. NFC (#2090)
Sam Clegg
2022-12-02
2
-78
/
+74
*
Use C++17's [[maybe_unused]]. NFC (#2089)
Sam Clegg
2022-12-01
2
-13
/
+6
*
fix -Wunused-variable warnings when building without asserts (#2088)
walkingeyerobot
2022-12-02
1
-4
/
+4
*
Implement Relaxed SIMD proposal (#1994)
Marcus Better
2022-11-30
11
-1292
/
+1631
*
wasm2c: handle duplicate names across module fields (#2035)
Keith Winstein
2022-11-30
1
-155
/
+227
*
interp: Replace condition for including `type` field in `Value` (#2071)
Remko Tronçon
2022-11-16
1
-0
/
+2
*
Switch from `typedef` to using `using` in C++ code. NFC (#2066)
Sam Clegg
2022-11-15
9
-69
/
+69
*
Prefer `constexpr` over `static const`. NFC (#2065)
Sam Clegg
2022-11-15
2
-2
/
+2
*
wasm2c: allow externref initialization when externref type is not void* (#2062)
Keith Winstein
2022-11-15
2
-66
/
+56
*
c-writer.cc: replace TODO with assert now that validator catches case (#2061)
Keith Winstein
2022-11-14
1
-5
/
+1
*
Update testsuite (#2054)
Sam Clegg
2022-11-13
7
-27
/
+76
*
Convert type checks to assertions in the interpreter. NFC (#2055)
Sam Clegg
2022-11-11
1
-10
/
+11
*
wasm2c: Use GetReferenceNullValue() helper. NFC (#2053)
Sam Clegg
2022-11-11
1
-1
/
+2
*
Some minor code cleanups in c-writer.cc (#2048)
dimitry
2022-11-08
1
-21
/
+22
*
wasm2c: Avoid unnecessary heap allocation in wasm_rt_register_func_type. NFC ...
Sam Clegg
2022-11-08
2
-2
/
+1
*
Add tail-call spec tests and fix related parser issue (#2049)
Sam Clegg
2022-11-08
1
-1
/
+1
*
wasm2c: Fix 8gb model, signals, memory reserve/commits, stack depth on windows
Shravan Narayan
2022-11-05
1
-5
/
+5
*
c-writer.cc: Eliminate GetGlobalName (NFC) (#2041)
Keith Winstein
2022-11-05
1
-63
/
+31
*
BinaryReaderIR: fix mis-binding of tags with debug name (#2040)
Keith Winstein
2022-11-04
1
-1
/
+1
*
wasm2c: Remove some consts for std::string_view (#2037)
dimitry
2022-11-04
1
-16
/
+11
*
Align `memory.copy` arg types with `memory64` proposal (#2024)
Adam Bratschi-Kaye
2022-11-01
2
-6
/
+15
*
Simplify part of type-checker. NFC (#2031)
Sam Clegg
2022-10-31
1
-23
/
+18
*
[wasm-objdump] Print segment offsets as unsigned (#2023)
Sam Clegg
2022-10-25
1
-6
/
+15
*
Fix WITH_WASI build (#2017)
Sam Clegg
2022-10-06
1
-0
/
+28
*
WastLexer: log lexing errors directly (#2013)
Keith Winstein
2022-10-03
9
-34
/
+43
[next]