Commit Graph

  • e2666e548b
    wasi-libc: upgrade to latest `main` branch (#313) Andrew Brown 2023-03-22 11:00:47 -0700
  • 4293ded257
    Downgrade OSX deployment target to 10.12 (#308) Andrew Brown 2023-03-20 02:33:05 -0700
  • fd35bd9599 wasi-libc: upgrade to latest `main` branch #313 Andrew Brown 2023-03-20 10:02:39 +0100
  • 3a7151ae46 Update llvm-project to the latest release/16.x #312 LeenHawk 2023-03-19 17:26:03 +0800
  • 0745fa03fe
    Merge eec4022e9d into 1282456143 #304 Bastian Müller 2023-03-18 09:05:30 +0800
  • 1282456143
    download-workflow-artifacts.sh: skip dist-ubuntu-latest (#307) YAMAMOTO Takashi 2023-03-18 02:09:35 +0900
  • d21c040768
    Build libcxxabi and libcxx with threads enabled (#301) Catherine 2023-03-16 22:15:09 +0000
  • db52187deb Downgrade OSX deployment target to 10.12 #308 Andrew Brown 2023-03-15 09:18:29 -0700
  • ae68e33ae5 download-workflow-artifacts.sh: skip dist-ubuntu-latest #307 YAMAMOTO Takashi 2023-03-15 22:31:36 +0900
  • eec4022e9d initial WASI support #304 Bastian Müller 2023-03-14 21:44:49 -0700
  • a433a25ca7
    Get arch from system when building debian package (#298) Johannes Lundberg 2023-03-13 08:55:08 -0700
  • 22b1d89e64
    ci: document and script the release process (#295) Andrew Brown 2023-03-09 15:06:30 -0800
  • ac5d8fae52 Build libcxxabi and libcxx with threads enabled #301 Catherine 2023-02-23 06:35:54 +0000
  • 32df2d41f9 [WIP] Add exception handling support. #198 Catherine 2023-02-23 21:57:34 +0000
  • 8937a4bae9 Get arch from system when building debian package #298 Johannes Lundberg 2023-02-17 13:50:34 -0700
  • bedebfbaee review: remove `export` #295 Andrew Brown 2023-02-15 15:25:57 -0800
  • ead7d7e2be review: remove extra new line Andrew Brown 2023-02-15 15:25:28 -0800
  • 302c686e5d ci: document and script the release process Andrew Brown 2023-02-10 21:25:24 -0800
  • ace5ba131d fix: modify `version.sh` to handle `+...` suffixes wasi-sdk-20+threads #296 Andrew Brown 2023-02-09 17:16:06 -0800
  • e85671753c fix: use only Clang's major version in install prefix Andrew Brown 2023-02-08 10:09:27 -0800
  • cde7030248 llvm-project: update to 16.0.0-rc2 pre-release Andrew Brown 2023-02-07 14:53:36 -0800
  • 68c030599d wasi-libc: bump HEAD Andrew Brown 2023-02-07 14:51:46 -0800
  • b8d6809f17 fix: modify `version.sh` to handle `+...` suffixes #293 threads-prerelease Andrew Brown 2023-02-09 17:16:06 -0800
  • af9c369b9c llvm-project: update to 16.0.0-rc2 pre-release Andrew Brown 2023-02-08 15:11:40 -0800
  • adef23bc03 fix: use only Clang's major version in install prefix Andrew Brown 2023-02-08 10:09:27 -0800
  • a219cbdd9c llvm-project: update to 16.0.0-rc1 pre-release Andrew Brown 2023-02-07 14:53:36 -0800
  • f46fafbc8f wasi-libc: bump HEAD Andrew Brown 2023-02-07 14:51:46 -0800
  • 7ef7e948fa
    Update wasi-libc to latest HEAD (#290) Andrew Brown 2023-01-27 16:36:32 -0800
  • f99d8befb4 review: incorporate WebAssembly/wasi-libc#324 #290 Andrew Brown 2023-01-27 09:02:38 -0800
  • ababf9d067 Update wasi-libc to latest HEAD Andrew Brown 2023-01-25 16:13:21 -0800
  • f420453992
    add experimenal wasm32-wasi-threads support (#274) YAMAMOTO Takashi 2023-01-21 07:26:07 +0900
  • f4b77fe33b
    Only push docker image on push or tag (#288) Anuraag Agrawal 2023-01-20 07:45:37 +0900
  • 801f019eb9 Only push docker image on push or tag #288 Anuraag Agrawal 2023-01-13 11:05:56 +0900
  • 4c0688868a
    Add README section for docker image (#282) wasi-sdk-19 Anuraag Agrawal 2023-01-14 05:13:33 +0900
  • ea58a03562
    Update llvm-project to the latest release/15.x (#286) Dan Gohman 2023-01-13 12:11:11 -0800
  • bab491d7da wasi-sdk-pthread.cmake: target rename to wasm32-wasi-threads #274 YAMAMOTO Takashi 2023-01-13 14:17:42 +0900
  • 2d008b8705 Build wasi-libc with THREAD_MODEL=posix as well YAMAMOTO Takashi 2022-12-26 13:32:25 +0900
  • a3136f7641 Install wasi-sdk-pthread.cmake YAMAMOTO Takashi 2022-12-26 13:26:47 +0900
  • f4fe55a851 Add a variation of wasi-sdk.cmake for pthread-using apps YAMAMOTO Takashi 2022-12-26 11:02:49 +0900
  • 09d56cd1b8 Update to the official 15.0.7 release. #286 Dan Gohman 2023-01-12 10:16:15 -0800
  • 9811bb732c Add the `wasm32-wasi-pthread` output to the sysroot #287 Andrew Brown 2023-01-11 09:50:15 -0800
  • 2121394605 Update llvm-project to the latest release/15.x Dan Gohman 2023-01-11 09:21:12 -0800
  • 8870214052
    Specify CMAKE_OSX_DEPLOYMENT_TARGET when building llvm (#285) YAMAMOTO Takashi 2023-01-11 21:10:25 +0900
  • 43fc003261 Specify CMAKE_OSX_DEPLOYMENT_TARGET when building llvm #285 YAMAMOTO Takashi 2023-01-11 13:22:12 +0900
  • 8e6f01102e
    Update to the latest wasi-libc (#283) wasi-sdk-18 Dan Gohman 2023-01-09 12:31:43 -0800
  • 5ec8e4bd6a Update to the latest wasi-libc #283 Dan Gohman 2023-01-09 08:41:24 -0800
  • e188675923 GHA: use macos-11 runner #273 YAMAMOTO Takashi 2022-12-25 07:28:16 +0900
  • 92bde337b8 GHA: use ubuntu-20.04 runner YAMAMOTO Takashi 2022-12-25 07:23:18 +0900
  • 8683959328 notable limitations caveat #282 Anuraag Agrawal 2023-01-05 14:40:47 +0900
  • 977e34eb74 Fix package link Anuraag Agrawal 2023-01-05 14:39:21 +0900
  • 53122792f3 Add README section for docker image Anuraag Agrawal 2023-01-05 14:36:55 +0900
  • cee312d6d0
    Avoid unnecessary git checkout overhead (#279) Cheng Shao 2023-01-03 13:38:12 +0100
  • b756b27172 Avoid unnecessary git checkout overhead #279 Cheng Shao 2023-01-03 12:22:05 +0000
  • 9cd8830ad4 Bump config.git submodule Cheng Shao 2023-01-03 12:22:55 +0000
  • 3a3771d6cd
    Only strip files under the bin directory (#275) YAMAMOTO Takashi 2023-01-03 20:08:10 +0900
  • b77017ac55
    Run tests under wasmtime as part of the CI (#278) Cheng Shao 2023-01-03 12:04:55 +0100
  • 97b38c6f90 Run tests under wasmtime as part of the CI #278 Cheng Shao 2023-01-03 10:24:25 +0000
  • 388a7cacbf
    Enable ccache for CI builds of LLVM (#277) Cheng Shao 2023-01-03 00:32:13 +0100
  • 1e8d54f40f Enable ccache for CI builds of LLVM #277 Cheng Shao 2023-01-02 15:47:59 +0000
  • 4a3a352911 Only strip files under the bin directory #275 YAMAMOTO Takashi 2022-12-29 17:58:16 +0900
  • 646cac5bdb
    Add docker image that can be used to build projects with wasi-sdk sysroot (#271) Anuraag Agrawal 2022-12-27 20:07:57 +0900
  • a6d50746ac
    Update Dockerfile #271 Anuraag Agrawal 2022-12-22 11:10:15 +0900
  • d6e293eb61 Add .dockerignore that excludes submodule sources Anuraag Agrawal 2022-12-22 10:51:55 +0900
  • 9173dd9051
    Build macOS universal binaries (#270) Cheng Shao 2022-12-22 02:18:28 +0100
  • de8a07d686 Disable C++ exceptions Anuraag Agrawal 2022-12-21 14:27:53 +0900
  • 682585f865 Cleanup Anuraag Agrawal 2022-12-21 11:55:00 +0900
  • e128883c8a Cleanup Anuraag Agrawal 2022-12-21 08:36:47 +0900
  • dc88c78a26 Cleanup Anuraag Agrawal 2022-12-20 10:53:43 +0900
  • b80bc321f5 Remove temporary packages Anuraag Agrawal 2022-12-19 15:13:58 +0900
  • bd52a5d278 Merge branch 'wasi-sdk-docker' of github.com:anuraaga/wasi-sdk into wasi-sdk-docker Anuraag Agrawal 2022-12-19 15:10:18 +0900
  • 0d0cbb04bc Use env more Anuraag Agrawal 2022-12-19 15:08:06 +0900
  • 1fe30592b0 Build macOS universal binaries #270 Cheng Shao 2022-12-17 03:59:53 +0000
  • 11d4073e1f
    Update main.yml Anuraag Agrawal 2022-12-17 09:42:40 +0900
  • f87c57c409 Fix dist reading Anuraag Agrawal 2022-12-16 17:10:04 +0900
  • 2b21d9c2b5 Add docker image that can be used to build projects with wasi-sdk sysroot Anuraag Agrawal 2022-12-16 16:26:25 +0900
  • b6ae120dc3
    Add a .gitattributes file to make *.sh files use LF line endings. (#267) Dan Gohman 2022-12-15 17:21:11 -0800
  • fc46c9b3c9 Add a .gitattributes file to make *.sh files use LF line endings. #267 Dan Gohman 2022-12-06 16:32:25 -0800
  • b738c9d553 Add -fno-exception to iostream_main.cc.options. wasi-sdk-17 Dan Gohman 2022-12-06 12:44:13 -0800
  • cecfcf7f91
    Add a basic test for opendir, readdir, and closedir. (#266) Dan Gohman 2022-12-06 12:42:01 -0800
  • 36553bb62d
    Update to the latest wasi-libc. (#261) Dan Gohman 2022-12-06 12:41:12 -0800
  • 84801ba073
    Add tests for `clock`, `times`, and `getrusage`. (#177) Dan Gohman 2022-12-06 09:30:43 -0800
  • 9ad1b71785 Update to the latest wasi-libc. #261 Dan Gohman 2022-12-01 17:45:42 -0800
  • 04293e5e49 Update to LLVM 15.0.6. Dan Gohman 2022-12-01 17:50:29 -0800
  • 1bd1b4d3e3 Update to LLVM 15.0.6. #262 Dan Gohman 2022-12-01 17:50:29 -0800
  • 68f3595e78 Add a basic test for opendir, readdir, and closedir. #266 Dan Gohman 2022-12-05 10:24:04 -0800
  • 5f28fa9293 Use msys clang toolchain to build windows binaries Cheng Shao 2022-12-03 18:52:19 +0000
  • f4a0844656 Disable terminfo/zlib/zstd Cheng Shao 2022-12-03 16:01:47 +0000
  • 784f3090a6 Add a basic test for opendir, readdir, and closedir. #263 Dan Gohman 2022-12-05 10:24:04 -0800
  • 962387bf8c Use msys clang toolchain to build windows binaries #265 Cheng Shao 2022-12-03 18:52:19 +0000
  • b89244eeb8 Disable terminfo/zlib/zstd Cheng Shao 2022-12-03 16:01:47 +0000
  • 2d1c7c497a Try updating to windows-2022. Dan Gohman 2022-12-02 16:18:52 -0800
  • 008c5a41e9 Update to LLVM main. Dan Gohman 2022-12-02 16:07:25 -0800
  • d63a6fe922 Update llvm to https://reviews.llvm.org/D136065 Dan Gohman 2022-12-02 15:42:29 -0800
  • 0157bc66d3 Testing. Dan Gohman 2022-12-02 12:53:58 -0800
  • adc0309e66 Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc. Dan Gohman 2022-11-23 16:12:31 -0800
  • 2a91ce8131 Update wasi-libc to a00bf321eeeca836ee2a0d2d25aeb8524107b8cc. #259 Dan Gohman 2022-11-23 16:12:31 -0800
  • b494f6ffd3 Update to llvmorg-15.0.5. Dan Gohman 2022-11-22 13:20:26 -0800
  • cd3bdc004f Update to LLVM 15. Dan Gohman 2022-09-29 13:36:23 -0700
  • 9a3c1ef79e Update to llvmorg-15.0.5. #255 Dan Gohman 2022-11-22 13:20:26 -0800
  • 03218d77a4 Update to LLVM 15. Dan Gohman 2022-09-29 13:36:23 -0700