| Commit message (Expand) | Author | Age | Files | Lines |
* | wasm2c: Segue optimization for modules with a single unshared memory (#2395) | Shravan Narayan | 2024-06-26 | 1 | -1/+2 |
* | Align release workflow with CI, for Apple Silicon (#2415) | Soni L | 2024-05-08 | 1 | -3/+3 |
* | Add macOS arm64 support and CI testing (#2406) | Soni L | 2024-03-26 | 1 | -3/+3 |
* | wasm2c: Fix periodic ASLR related crashes in sanitizer builds | Shravan Narayan | 2024-03-18 | 1 | -0/+4 |
* | [ci] Add s390x workflow (#2380) | Soni L | 2024-02-12 | 1 | -0/+47 |
* | Fix emscripten build warning and add missing export (#2367) | Changqing Jing | 2024-01-19 | 1 | -2/+3 |
* | wasm2c: Add macro and tests to allow disabling stack exhaustion checks | Shravan Narayan | 2024-01-02 | 1 | -3/+3 |
* | wasm2c: Cleanup/separate code for heap and stack signal handlers | Shravan Narayan | 2023-12-14 | 1 | -2/+3 |
* | Build ubuntu release assets on ubuntu 20.04 (#2352) | YAMAMOTO Takashi | 2023-12-12 | 1 | -2/+2 |
* | wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346) | Keith Winstein | 2023-12-05 | 1 | -0/+16 |
* | Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273) | Keith Winstein | 2023-07-30 | 1 | -1/+1 |
* | Use tag or sha for tarball name since branch name can have arbitrary characte... | Anuraag Agrawal | 2023-06-12 | 1 | -1/+1 |
* | Add build and publishing of wabt tools with wasi (#2254) | Anuraag Agrawal | 2023-06-12 | 3 | -25/+80 |
* | wasm2c: Separate the macros for allocation and bounds checks strategies | Shravan Narayan | 2023-04-12 | 1 | -1/+1 |
* | wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens... | Shravan Narayan | 2023-04-11 | 1 | -0/+2 |
* | build.yml: use ubuntu-latest for all Linux runners (#2185) | Raphael Amorim | 2023-03-28 | 1 | -4/+2 |
* | CI: add CIFuzz action (#2073) | DavidKorczynski | 2023-03-07 | 1 | -0/+22 |
* | Fix for BUILD_FUZZ_TOOLS=ON (#2154) | Sam Clegg | 2023-03-02 | 1 | -2/+4 |
* | wasm2c: add SIMD support (#2119) | Willy R. Vasquez | 2023-01-29 | 1 | -1/+2 |
* | Speed up tests by matrixing asan/ubsan x debug/release (#2081) | Keith Winstein | 2023-01-27 | 1 | -28/+9 |
* | Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080) | Keith Winstein | 2023-01-28 | 1 | -1/+1 |
* | build.yml: check wasm2c running with software memchecks (#2095) | Keith Winstein | 2022-12-02 | 1 | -0/+18 |
* | wasm2c CI: run asan and ubsan tests on clang 14 (#2078) | Keith Winstein | 2022-11-28 | 1 | -2/+4 |
* | Fix WITH_WASI build (#2017) | Sam Clegg | 2022-10-06 | 1 | -1/+1 |
* | Create CMake package for wabt (#1980) | Alex Reinking | 2022-09-08 | 1 | -1/+1 |
* | Raise minimum CMake version to 3.16 (#1968) | Alex Reinking | 2022-08-26 | 1 | -0/+32 |
* | CI: Move emscripten to official Docker image (emsdk:latest) (#1964) | Keith Winstein | 2022-08-16 | 1 | -1/+1 |
* | wasm2c: run tests with -O2 on non-Windows (#1939) | Keith Winstein | 2022-07-11 | 2 | -4/+4 |
* | Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856) | Sam Clegg | 2022-03-08 | 1 | -0/+2 |
* | Fix location in config.h in source list (#1807) | Sam Clegg | 2022-03-06 | 1 | -2/+2 |
* | Fix lint CI on push (#1839) | Soni L | 2022-02-23 | 1 | -0/+2 |
* | Fix CI on main branch (#1838) | Soni L | 2022-02-23 | 1 | -1/+1 |
* | Update github action used to publish releases. NFC (#1804) | Sam Clegg | 2022-01-12 | 2 | -24/+22 |
* | Add clang-format check to CI (#1683) | Heejin Ahn | 2021-08-05 | 1 | -1/+4 |
* | CI: add github action to build source release tarball (#1615) | rofl0r | 2021-03-02 | 1 | -0/+55 |
* | Enable -Werror during CI (#1522) | Sam Clegg | 2020-08-18 | 1 | -2/+2 |
* | Add install prefix for build releases [skip ci] | Ben Smith | 2020-06-17 | 1 | -1/+1 |
* | Fix typo in build_release.yml | Ben Smith | 2020-06-11 | 1 | -1/+1 |
* | Update and pin emscipten image used in CI (#1437) | Sam Clegg | 2020-05-21 | 1 | -3/+4 |
* | Complete conversion to github actions (#1431) | Sam Clegg | 2020-05-18 | 2 | -3/+155 |
* | Move flake8 CI from travis to github actions (#1419) | Sam Clegg | 2020-05-11 | 1 | -0/+11 |
* | actions: Avoid triggering both branch and pr builds (#1329) | Sam Clegg | 2020-02-06 | 1 | -1/+7 |
* | Remove support for python2 (#1321) | Sam Clegg | 2020-01-31 | 1 | -7/+1 |
* | Initial WASM C API implementation. (#1250) | Sam Clegg | 2020-01-16 | 1 | -0/+2 |
* | run-tests.py works properly with python3 (#1285) | Ben Smith | 2020-01-08 | 1 | -1/+7 |
* | Split run-unittests out as seperate target (#1255) | Sam Clegg | 2019-12-03 | 1 | -1/+3 |
* | Run github actions on push as well as PR (#1254) | Sam Clegg | 2019-11-26 | 1 | -1/+1 |
* | Initial support for github actions (#1238) | Sam Clegg | 2019-11-22 | 1 | -0/+27 |