summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Version 1.0.27 (#1831)Sam Clegg2022-02-161-1/+1
* Use C++17 string_view (#1826)Sam Clegg2022-02-111-5/+1
* Move to C++17 (#1825)Sam Clegg2022-02-111-3/+6
* Version 1.0.26Sam Clegg2022-01-121-1/+1
* Version 1.0.25 (#1788)Sam Clegg2021-12-141-1/+1
* Version 1.0.24 (#1701)Sam Clegg2021-08-111-1/+1
* Version 1.0.23 (#1654)Ng Zhi An2021-03-241-1/+1
* Version 1.0.22 (#1650)Ng Zhi An2021-03-231-1/+1
* Fix ubsan compile (#1641)Ng Zhi An2021-03-161-1/+2
* Version 1.0.21 (#1618)Sam Clegg2021-03-021-1/+1
* Port to big-endian platforms (s390x but others can be trivially added) (#1557)Soni L2020-12-071-0/+5
* Let cmake add "-g" flag when it is needed (#1576)Praveer Kumar2020-12-011-2/+1
* wasm2c: build library wasm-rt-impl (#1408)Edmund Wu2020-10-231-0/+7
* fix compile failed on Ubuntu 18.04 aarch64 cmake3.10.2 (#1559)Xingqang Bai2020-10-211-0/+4
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-9/+7
* Enable multi-core build on Windows (#1516)Wouter van Oortmerssen2020-08-101-0/+4
* Add tools to use LLVM's libFuzzer (#1507)Ben Smith2020-08-031-5/+34
* Enable CMake policy CMP0077 (#1471)Steven Johnson2020-06-191-0/+4
* Update libwabt.js; fix some runtime issues (#1468)Ben Smith2020-06-181-7/+13
* Improve CMakeLists.txt for when used via add_subdirectory() (#1467)Steven Johnson2020-06-181-2/+14
* Allow building all tools with emscripten (#1436)Alon Zakai2020-05-211-242/+248
* Add build flag to disable build of libwasm (#1435)Derek Schuff2020-05-191-9/+12
* Implement more WASI APIs (#1423)Sam Clegg2020-05-161-1/+0
* Add initial MVP of WASI API support to wasm-interp (#1411)Sam Clegg2020-05-121-1/+15
* Improve error message when python 3 not available - Fix for #1385 (#1392)lkarthee2020-04-271-2/+7
* Set -D_POSIX_C_SOURCE for MINGW/CYGWIN only (#1360)Raphael Graf2020-03-151-3/+5
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-0/+2
* Move the Type enum to its own file (#1344)Ben Smith2020-02-261-0/+1
* New interpreter (#1330)Ben Smith2020-02-211-4/+6
* Use standard C++11 on GNU/Clang compilers (#1333)okuoku2020-02-181-15/+5
* Cygwin build fixes (#1332)okuoku2020-02-111-1/+9
* Remove support for python2 (#1321)Sam Clegg2020-01-311-7/+2
* Include `CMakeParseArguments` (#1310)Ben Smith2020-01-311-0/+1
* Remove build-time dependency on git (#1316)Sam Clegg2020-01-231-18/+19
* Put rendered man page html in docs, not .1 filesBen Smith2020-01-171-1/+1
* Move documentation to docs/ directoryBen Smith2020-01-171-1/+1
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-2/+60
* Add CMAKE_EXPORT_COMPILE_COMMANDS to CMakeLists.txt (#1208)Sam Clegg2020-01-151-0/+2
* wasm-decompile: overhauled name filtering. (#1272)Wouter van Oortmerssen2019-12-231-0/+1
* wasm-decompile: Load/Store tracking for struct output. (#1258)Wouter van Oortmerssen2019-12-091-1/+2
* Split run-unittests out as seperate target (#1255)Sam Clegg2019-12-031-12/+18
* Initial support for github actions (#1238)Sam Clegg2019-11-221-1/+7
* Fix run-tests target on windows (#1247)Sam Clegg2019-11-221-2/+2
* Fix for failing `git describe` in CMakeLists.txt (#1234)Sam Clegg2019-11-191-3/+3
* Check for MSVC first in list of compiler tests (#1209)Derek Schuff2019-11-061-5/+5
* wasm-decompile: Added initial tests. (#1195)Wouter van Oortmerssen2019-10-241-9/+6
* wasm-decompile: Refactored code to first build an AST. (#1191)Wouter van Oortmerssen2019-10-181-0/+1
* Add `--version` to wabt tools (#1175)Amir Bawab2019-10-091-0/+16
* Add wabt-unittests as dependency of run-tests (#1157)Ben Smith2019-09-251-0/+1
* [WIP] Added initial skeleton code for wasm-decompile. (#1155)Wouter van Oortmerssen2019-09-121-0/+53