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
*
Install wasm-rt-impl include files (#2452)
Remko Tronçon
2024-08-11
1
-1
/
+1
*
Bump version to 1.0.36 (#2449)
Alex Reinking
2024-07-31
1
-1
/
+1
*
Fix deprecated FetchContent_Populate warning third_party/uvwasi cmake build (...
Changqing Jing
2024-07-11
1
-0
/
+4
*
Version 1.0.35 (#2421)
Sam Clegg
2024-05-14
1
-1
/
+1
*
wasm2c: atomic and shared mem operations using c11
Shravan Narayan
2024-01-30
1
-1
/
+2
*
Fix emscripten build warning and add missing export (#2367)
Changqing Jing
2024-01-19
1
-0
/
+1
*
Simplify emscripten command line flags. NFC (#2368)
Sam Clegg
2024-01-17
1
-8
/
+8
*
Clean up WABT_BIG_ENDIAN handling in tests (#2326)
Soni L
2023-11-12
1
-0
/
+4
*
Version 1.0.34 (#2313)
Keith Winstein
2023-10-24
1
-1
/
+1
*
Rename wasm-opcodecnt to wasm-stats (#2298)
Soni L
2023-09-19
1
-3
/
+3
*
WastParser: replace CircularArray with internal TokenQueue (NFC) (#2300)
Keith Winstein
2023-09-18
1
-1
/
+0
*
Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273)
Keith Winstein
2023-07-30
1
-3
/
+3
*
Add build and publishing of wabt tools with wasi (#2254)
Anuraag Agrawal
2023-06-12
1
-23
/
+26
*
wasm2c: partial support for atomic memory ops
Shravan Narayan
2023-05-17
1
-1
/
+4
*
Version 1.0.33 (#2238)
Keith Winstein
2023-05-12
1
-1
/
+1
*
wasm2c: include simd128.h and wasm-rt-exceptions.h where necessary (#2236)
Keith Winstein
2023-05-12
1
-1
/
+4
*
Revert "Version 1.0.33" (#2237)
Keith Winstein
2023-05-12
1
-1
/
+1
*
Version 1.0.33
Keith Winstein
2023-05-12
1
-1
/
+1
*
wasm2c: Enable exceptions and simd according to command line flags
Shravan Narayan
2023-05-02
1
-3
/
+5
*
wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens...
Shravan Narayan
2023-04-11
1
-6
/
+13
*
Remove some old emcc link flags (#2158)
Sam Clegg
2023-03-06
1
-3
/
+1
*
Fix for BUILD_FUZZ_TOOLS=ON (#2154)
Sam Clegg
2023-03-02
1
-0
/
+1
*
Use C++17's [[fallthrough]]. NFC (#2091)
Sam Clegg
2023-02-27
1
-2
/
+4
*
Add ARM64 windows compatibility (#2140)
Changqing Jing
2023-02-09
1
-0
/
+5
*
Speed up tests by matrixing asan/ubsan x debug/release (#2081)
Keith Winstein
2023-01-27
1
-1
/
+14
*
wasm2c: serialize types at wasm2c-time (#2120)
Keith Winstein
2023-01-25
1
-0
/
+20
*
Version 1.0.32 (#2111)
Marcus Better
2022-12-27
1
-1
/
+1
*
Use flat format for emscriptnen exported function list. NFC (#2108)
Sam Clegg
2022-12-21
1
-3
/
+3
*
Silence gtest and uvwasi warnings on GCC 11 (#2082)
Keith Winstein
2022-11-30
1
-0
/
+8
*
Include wasm-rt-impl in Windows package (#2072)
Remko Tronçon
2022-11-16
1
-24
/
+22
*
interp: Replace condition for including `type` field in `Value` (#2071)
Remko Tronçon
2022-11-16
1
-0
/
+4
*
Version 1.0.31 (#2060)
Sam Clegg
2022-11-13
1
-1
/
+1
*
Install wasm2c source files as data (#2058)
Remko Tronçon
2022-11-13
1
-1
/
+6
*
Include CWriter in libwabt (#2033)
Keith Winstein
2022-11-02
1
-20
/
+22
*
wasm2c: Don't create a separate library for cwriter-template. NFC (#2015)
Sam Clegg
2022-10-04
1
-4
/
+3
*
remove duplicated source in CMakeLists.txt (#2011)
walkingeyerobot
2022-09-30
1
-1
/
+0
*
Fix architecture checks (#1969)
Alex Reinking
2022-09-28
1
-40
/
+20
*
Bump version to 1.0.30 (#2008)
Alex Reinking
2022-09-28
1
-1
/
+1
*
Move headers to include/wabt/ (#1998)
Alex Reinking
2022-09-28
1
-71
/
+76
*
Create CMake package for wabt (#1980)
Alex Reinking
2022-09-08
1
-0
/
+63
*
Fix git describe behavior (#1979)
Alex Reinking
2022-09-05
1
-26
/
+22
*
Build fixes for FetchContent users (#1974)
Alex Reinking
2022-09-01
1
-18
/
+26
*
Fix test dependencies (#1970)
Alex Reinking
2022-08-25
1
-12
/
+7
*
Raise minimum CMake version to 3.16 (#1968)
Alex Reinking
2022-08-26
1
-12
/
+5
*
wasm2c: simplify handling of templated code (#1940)
Keith Winstein
2022-07-11
1
-0
/
+20
*
Version 1.0.29 (#1915)
Sam Clegg
2022-05-04
1
-1
/
+1
*
Use CMAKE_CXX_STANDARD and bump cmake minimum version to 3.1 (#1870)
Sam Clegg
2022-03-18
1
-6
/
+4
*
Version 1.0.28 (#1869)
Sam Clegg
2022-03-18
1
-1
/
+1
*
Honor -DWERROR=ON for all cmake targets (#1850)
Sam Clegg
2022-03-07
1
-7
/
+12
*
Fix location in config.h in source list (#1807)
Sam Clegg
2022-03-06
1
-1
/
+3
[next]