summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* CI: Use latest macOS images (#2517)Soni L.2024-12-051-2/+2
* wasm2c: Use wrappers for function references (#2465)Soni L.2024-09-231-1/+1
* wasm2c: Add segue option to make exclusive use of the segment registerShravan Narayan2024-09-181-1/+1
* Fix OpenSSL dependency in CMake (#2447)Steven Johnson2024-07-311-3/+28
* wasm2c: Segue optimization for modules with a single unshared memory (#2395)Shravan Narayan2024-06-261-1/+2
* Align release workflow with CI, for Apple Silicon (#2415)Soni L2024-05-081-3/+3
* Add macOS arm64 support and CI testing (#2406)Soni L2024-03-261-3/+3
* wasm2c: Fix periodic ASLR related crashes in sanitizer buildsShravan Narayan2024-03-181-0/+4
* [ci] Add s390x workflow (#2380)Soni L2024-02-121-0/+47
* Fix emscripten build warning and add missing export (#2367)Changqing Jing2024-01-191-2/+3
* wasm2c: Add macro and tests to allow disabling stack exhaustion checksShravan Narayan2024-01-021-3/+3
* wasm2c: Cleanup/separate code for heap and stack signal handlersShravan Narayan2023-12-141-2/+3
* Build ubuntu release assets on ubuntu 20.04 (#2352)YAMAMOTO Takashi2023-12-121-2/+2
* wasm2c runtime: fix mis-nesting of def'n of os_has_altstack_installed (#2346)Keith Winstein2023-12-051-0/+16
* Fix CI from upgraded cmake version on GitHub Ubuntu runner (#2273)Keith Winstein2023-07-301-1/+1
* Use tag or sha for tarball name since branch name can have arbitrary characte...Anuraag Agrawal2023-06-121-1/+1
* Add build and publishing of wabt tools with wasi (#2254)Anuraag Agrawal2023-06-123-25/+80
* wasm2c: Separate the macros for allocation and bounds checks strategiesShravan Narayan2023-04-121-1/+1
* wasm2c: Checkin prebuilt source code in source folder, add lint checks to ens...Shravan Narayan2023-04-111-0/+2
* build.yml: use ubuntu-latest for all Linux runners (#2185)Raphael Amorim2023-03-281-4/+2
* CI: add CIFuzz action (#2073)DavidKorczynski2023-03-071-0/+22
* Fix for BUILD_FUZZ_TOOLS=ON (#2154)Sam Clegg2023-03-021-2/+4
* wasm2c: add SIMD support (#2119)Willy R. Vasquez2023-01-291-1/+2
* Speed up tests by matrixing asan/ubsan x debug/release (#2081)Keith Winstein2023-01-271-28/+9
* Make wasm2c output UBSAN-clean (and run w2c CI w/ UBSAN) (#2080)Keith Winstein2023-01-281-1/+1
* build.yml: check wasm2c running with software memchecks (#2095)Keith Winstein2022-12-021-0/+18
* wasm2c CI: run asan and ubsan tests on clang 14 (#2078)Keith Winstein2022-11-281-2/+4
* Fix WITH_WASI build (#2017)Sam Clegg2022-10-061-1/+1
* Create CMake package for wabt (#1980)Alex Reinking2022-09-081-1/+1
* Raise minimum CMake version to 3.16 (#1968)Alex Reinking2022-08-261-0/+32
* CI: Move emscripten to official Docker image (emsdk:latest) (#1964)Keith Winstein2022-08-161-1/+1
* wasm2c: run tests with -O2 on non-Windows (#1939)Keith Winstein2022-07-112-4/+4
* Build and run wasm2c-generated code under sanitizers in CI. NFC (#1856)Sam Clegg2022-03-081-0/+2
* Fix location in config.h in source list (#1807)Sam Clegg2022-03-061-2/+2
* Fix lint CI on push (#1839)Soni L2022-02-231-0/+2
* Fix CI on main branch (#1838)Soni L2022-02-231-1/+1
* Update github action used to publish releases. NFC (#1804)Sam Clegg2022-01-122-24/+22
* Add clang-format check to CI (#1683)Heejin Ahn2021-08-051-1/+4
* CI: add github action to build source release tarball (#1615)rofl0r2021-03-021-0/+55
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-2/+2
* Add install prefix for build releases [skip ci]Ben Smith2020-06-171-1/+1
* Fix typo in build_release.ymlBen Smith2020-06-111-1/+1
* Update and pin emscipten image used in CI (#1437)Sam Clegg2020-05-211-3/+4
* Complete conversion to github actions (#1431)Sam Clegg2020-05-182-3/+155
* Move flake8 CI from travis to github actions (#1419)Sam Clegg2020-05-111-0/+11
* actions: Avoid triggering both branch and pr builds (#1329)Sam Clegg2020-02-061-1/+7
* Remove support for python2 (#1321)Sam Clegg2020-01-311-7/+1
* Initial WASM C API implementation. (#1250)Sam Clegg2020-01-161-0/+2
* run-tests.py works properly with python3 (#1285)Ben Smith2020-01-081-1/+7
* Split run-unittests out as seperate target (#1255)Sam Clegg2019-12-031-1/+3