index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Version 1.0.27 (#1831)
Sam Clegg
2022-02-16
1
-1
/
+1
*
Use C++17 string_view (#1826)
Sam Clegg
2022-02-11
1
-5
/
+1
*
Move to C++17 (#1825)
Sam Clegg
2022-02-11
1
-3
/
+6
*
Version 1.0.26
Sam Clegg
2022-01-12
1
-1
/
+1
*
Version 1.0.25 (#1788)
Sam Clegg
2021-12-14
1
-1
/
+1
*
Version 1.0.24 (#1701)
Sam Clegg
2021-08-11
1
-1
/
+1
*
Version 1.0.23 (#1654)
Ng Zhi An
2021-03-24
1
-1
/
+1
*
Version 1.0.22 (#1650)
Ng Zhi An
2021-03-23
1
-1
/
+1
*
Fix ubsan compile (#1641)
Ng Zhi An
2021-03-16
1
-1
/
+2
*
Version 1.0.21 (#1618)
Sam Clegg
2021-03-02
1
-1
/
+1
*
Port to big-endian platforms (s390x but others can be trivially added) (#1557)
Soni L
2020-12-07
1
-0
/
+5
*
Let cmake add "-g" flag when it is needed (#1576)
Praveer Kumar
2020-12-01
1
-2
/
+1
*
wasm2c: build library wasm-rt-impl (#1408)
Edmund Wu
2020-10-23
1
-0
/
+7
*
fix compile failed on Ubuntu 18.04 aarch64 cmake3.10.2 (#1559)
Xingqang Bai
2020-10-21
1
-0
/
+4
*
Enable -Werror during CI (#1522)
Sam Clegg
2020-08-18
1
-9
/
+7
*
Enable multi-core build on Windows (#1516)
Wouter van Oortmerssen
2020-08-10
1
-0
/
+4
*
Add tools to use LLVM's libFuzzer (#1507)
Ben Smith
2020-08-03
1
-5
/
+34
*
Enable CMake policy CMP0077 (#1471)
Steven Johnson
2020-06-19
1
-0
/
+4
*
Update libwabt.js; fix some runtime issues (#1468)
Ben Smith
2020-06-18
1
-7
/
+13
*
Improve CMakeLists.txt for when used via add_subdirectory() (#1467)
Steven Johnson
2020-06-18
1
-2
/
+14
*
Allow building all tools with emscripten (#1436)
Alon Zakai
2020-05-21
1
-242
/
+248
*
Add build flag to disable build of libwasm (#1435)
Derek Schuff
2020-05-19
1
-9
/
+12
*
Implement more WASI APIs (#1423)
Sam Clegg
2020-05-16
1
-1
/
+0
*
Add initial MVP of WASI API support to wasm-interp (#1411)
Sam Clegg
2020-05-12
1
-1
/
+15
*
Improve error message when python 3 not available - Fix for #1385 (#1392)
lkarthee
2020-04-27
1
-2
/
+7
*
Set -D_POSIX_C_SOURCE for MINGW/CYGWIN only (#1360)
Raphael Graf
2020-03-15
1
-3
/
+5
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-0
/
+2
*
Move the Type enum to its own file (#1344)
Ben Smith
2020-02-26
1
-0
/
+1
*
New interpreter (#1330)
Ben Smith
2020-02-21
1
-4
/
+6
*
Use standard C++11 on GNU/Clang compilers (#1333)
okuoku
2020-02-18
1
-15
/
+5
*
Cygwin build fixes (#1332)
okuoku
2020-02-11
1
-1
/
+9
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
1
-7
/
+2
*
Include `CMakeParseArguments` (#1310)
Ben Smith
2020-01-31
1
-0
/
+1
*
Remove build-time dependency on git (#1316)
Sam Clegg
2020-01-23
1
-18
/
+19
*
Put rendered man page html in docs, not .1 files
Ben Smith
2020-01-17
1
-1
/
+1
*
Move documentation to docs/ directory
Ben Smith
2020-01-17
1
-1
/
+1
*
Initial WASM C API implementation. (#1250)
Sam Clegg
2020-01-16
1
-2
/
+60
*
Add CMAKE_EXPORT_COMPILE_COMMANDS to CMakeLists.txt (#1208)
Sam Clegg
2020-01-15
1
-0
/
+2
*
wasm-decompile: overhauled name filtering. (#1272)
Wouter van Oortmerssen
2019-12-23
1
-0
/
+1
*
wasm-decompile: Load/Store tracking for struct output. (#1258)
Wouter van Oortmerssen
2019-12-09
1
-1
/
+2
*
Split run-unittests out as seperate target (#1255)
Sam Clegg
2019-12-03
1
-12
/
+18
*
Initial support for github actions (#1238)
Sam Clegg
2019-11-22
1
-1
/
+7
*
Fix run-tests target on windows (#1247)
Sam Clegg
2019-11-22
1
-2
/
+2
*
Fix for failing `git describe` in CMakeLists.txt (#1234)
Sam Clegg
2019-11-19
1
-3
/
+3
*
Check for MSVC first in list of compiler tests (#1209)
Derek Schuff
2019-11-06
1
-5
/
+5
*
wasm-decompile: Added initial tests. (#1195)
Wouter van Oortmerssen
2019-10-24
1
-9
/
+6
*
wasm-decompile: Refactored code to first build an AST. (#1191)
Wouter van Oortmerssen
2019-10-18
1
-0
/
+1
*
Add `--version` to wabt tools (#1175)
Amir Bawab
2019-10-09
1
-0
/
+16
*
Add wabt-unittests as dependency of run-tests (#1157)
Ben Smith
2019-09-25
1
-0
/
+1
*
[WIP] Added initial skeleton code for wasm-decompile. (#1155)
Wouter van Oortmerssen
2019-09-12
1
-0
/
+53
[prev]
[next]