index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use intrinsic for Popcount on arm64 msvc (#2468)
Changqing Jing
2024-09-19
1
-15
/
+2
*
Add ARM64 windows compatibility (#2140)
Changqing Jing
2023-02-09
1
-4
/
+25
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-0
/
+3
*
Use inline keyword over WABT_INLINE. NFC (#2092)
Sam Clegg
2022-12-02
1
-2
/
+0
*
Use C++17's [[nodiscard]]. NFC (#2090)
Sam Clegg
2022-12-02
1
-2
/
+0
*
Use C++17's [[maybe_unused]]. NFC (#2089)
Sam Clegg
2022-12-01
1
-9
/
+0
*
interp: Replace condition for including `type` field in `Value` (#2071)
Remko Tronçon
2022-11-16
1
-0
/
+2
*
Fix architecture checks (#1969)
Alex Reinking
2022-09-28
1
-0
/
+3
*
Fix git describe behavior (#1979)
Alex Reinking
2022-09-05
1
-1
/
+1
*
Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)
Ng Zhi An
2021-03-11
1
-0
/
+5
*
Tweak definition of ssize_t for MSVC compilation (#1479)
Steven Johnson
2020-07-12
1
-0
/
+9
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-0
/
+4
*
Use standard C++11 on GNU/Clang compilers (#1333)
okuoku
2020-02-18
1
-3
/
+0
*
Remove build-time dependency on git (#1316)
Sam Clegg
2020-01-23
1
-1
/
+1
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
1
-0
/
+2
*
Change WABT_UNREACHABLE to call abort() (#1126)
Ben Smith
2019-07-22
1
-6
/
+3
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-35
/
+4
*
Optimize interpreter and `Opcode::FromCode`
Ben Smith
2018-09-10
1
-1
/
+5
*
[emscripten] Use long instead of int for ssize_t (#880)
Ben Smith
2018-07-25
1
-1
/
+1
*
Relax the check for alloca (#865)
Raphael Graf
2018-06-18
1
-3
/
+1
*
Windows remove _Check_Return_ annotation (#817)
Michael Ferris
2018-03-22
1
-1
/
+1
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-7
/
+4
*
SIMD Integer to floating point conversion implementation. (#795)
lizhengxing
2018-03-06
1
-2
/
+9
*
Rename the counting builtins (clz/ctz/popcount) (#660)
Ben Smith
2017-10-25
1
-66
/
+89
*
Add color output in SourceErrorHandler (#517)
Ben Smith
2017-06-23
1
-0
/
+3
*
Add fuzzing helper scripts, fix fuzzing bugs (#416)
Ben Smith
2017-05-12
1
-0
/
+2
*
Use C++ style C headers (e.g. <cstdlib>) (#431)
Ben Smith
2017-05-11
1
-2
/
+2
*
Run tests on AppVeyor (#385)
Ben Smith
2017-04-04
1
-0
/
+31
*
Fix mingw build by defining _POSIX (#346)
Ben Smith
2017-03-09
1
-2
/
+10
*
Switch C files to CC files (#309)
Ben Smith
2017-02-23
1
-2
/
+16
*
Rename all wasm prefixes to wabt (#298)
Ben Smith
2017-01-31
1
-43
/
+43
*
On FreeBSD, alloca is in stdlib.h (#263)
Ben Smith
2017-01-03
1
-1
/
+3
*
Remove the "wasm-" prefix from source files
Ben Smith
2016-11-04
1
-0
/
+244