summaryrefslogtreecommitdiff
path: root/src/config.h.in
Commit message (Expand)AuthorAgeFilesLines
* Use intrinsic for Popcount on arm64 msvc (#2468)Changqing Jing2024-09-191-15/+2
* Add ARM64 windows compatibility (#2140)Changqing Jing2023-02-091-4/+25
* wasm2c: serialize types at wasm2c-time (#2120)Keith Winstein2023-01-251-0/+3
* Use inline keyword over WABT_INLINE. NFC (#2092)Sam Clegg2022-12-021-2/+0
* Use C++17's [[nodiscard]]. NFC (#2090)Sam Clegg2022-12-021-2/+0
* Use C++17's [[maybe_unused]]. NFC (#2089)Sam Clegg2022-12-011-9/+0
* interp: Replace condition for including `type` field in `Value` (#2071)Remko Tronçon2022-11-161-0/+2
* Fix architecture checks (#1969)Alex Reinking2022-09-281-0/+3
* Fix git describe behavior (#1979)Alex Reinking2022-09-051-1/+1
* Implement i8x16.popcnt and rebase simd_i8x16_arith2.txt (#1625)Ng Zhi An2021-03-111-0/+5
* Tweak definition of ssize_t for MSVC compilation (#1479)Steven Johnson2020-07-121-0/+9
* New interpreter (#1330)Ben Smith2020-02-211-0/+4
* Use standard C++11 on GNU/Clang compilers (#1333)okuoku2020-02-181-3/+0
* Remove build-time dependency on git (#1316)Sam Clegg2020-01-231-1/+1
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-0/+2
* Change WABT_UNREACHABLE to call abort() (#1126)Ben Smith2019-07-221-6/+3
* Update spec testsuite (#1111)Ben Smith2019-07-161-35/+4
* Optimize interpreter and `Opcode::FromCode`Ben Smith2018-09-101-1/+5
* [emscripten] Use long instead of int for ssize_t (#880)Ben Smith2018-07-251-1/+1
* Relax the check for alloca (#865)Raphael Graf2018-06-181-3/+1
* Windows remove _Check_Return_ annotation (#817)Michael Ferris2018-03-221-1/+1
* Run clang-format over all the files (#814)Ben Smith2018-03-161-7/+4
* SIMD Integer to floating point conversion implementation. (#795)lizhengxing2018-03-061-2/+9
* Rename the counting builtins (clz/ctz/popcount) (#660)Ben Smith2017-10-251-66/+89
* Add color output in SourceErrorHandler (#517)Ben Smith2017-06-231-0/+3
* Add fuzzing helper scripts, fix fuzzing bugs (#416)Ben Smith2017-05-121-0/+2
* Use C++ style C headers (e.g. <cstdlib>) (#431)Ben Smith2017-05-111-2/+2
* Run tests on AppVeyor (#385)Ben Smith2017-04-041-0/+31
* Fix mingw build by defining _POSIX (#346)Ben Smith2017-03-091-2/+10
* Switch C files to CC files (#309)Ben Smith2017-02-231-2/+16
* Rename all wasm prefixes to wabt (#298)Ben Smith2017-01-311-43/+43
* On FreeBSD, alloca is in stdlib.h (#263)Ben Smith2017-01-031-1/+3
* Remove the "wasm-" prefix from source filesBen Smith2016-11-041-0/+244