Commit Graph

  • d129523c4d Update LLVM to 18.1.2 and add wasm-component-ld Alex Crichton 2024-03-29 07:37:20 -0700
  • a7b2182949
    update wasi-libc and fix out-of-date tests (#403) Joel Dice 2024-04-03 08:42:06 -0600
  • 4f6c69fed4 docker/Dockerfile: Bump LLVM_VERSION to 18 #404 YAMAMOTO Takashi 2024-04-03 15:14:32 +0900
  • 620a20a984 Bump LLVM to 18.1.2 YAMAMOTO Takashi 2024-04-03 15:13:19 +0900
  • e42f71d398
    update wasi-libc and fix out-of-date tests #403 Joel Dice 2024-03-27 14:44:49 -0600
  • ca7b11bf74 LLVM 18.1.2 #400 PICOPress 2024-03-30 20:28:16 +0900
  • ed582dca9c
    Merge branch 'WebAssembly:main' into main PICOPress 2024-03-22 16:55:10 +0900
  • 5eb9a7da3d fix Ys Cho 2024-03-17 02:07:42 +0900
  • a50a641f4b Handle new LLVM version path Andrew Brown 2024-03-18 14:08:40 -0700
  • c376c9cfbd Thread UID/GID through Docker Andrew Brown 2024-03-18 13:57:42 -0700
  • 0409839729 Dump a `VERSION` file in the build directory Andrew Brown 2024-03-18 13:55:57 -0700
  • 2436b99f1d Replace multiple version scripts with a Python script Andrew Brown 2024-03-18 13:50:58 -0700
  • 993f6484da
    Handle new LLVM version path #392 Andrew Brown 2024-03-18 14:08:40 -0700
  • 0436568575
    Thread UID/GID through Docker Andrew Brown 2024-03-18 13:57:42 -0700
  • 5a17d2aef4
    Dump a `VERSION` file in the build directory Andrew Brown 2024-03-18 13:55:57 -0700
  • d0cafb91b0
    Replace multiple version scripts with a Python script Andrew Brown 2024-03-18 13:50:58 -0700
  • 96bbd95197
    Support getting LLVM version from its new location (#399) Mike Hommey 2024-03-13 08:37:09 +0900
  • 8964ff119f Support getting LLVM version from its new location #399 Mike Hommey 2024-03-12 15:38:47 +0900
  • 9389ea5eee
    Fix a flaky test failure in getentropy.c (#398) Alex Crichton 2024-03-09 15:49:15 -0600
  • 31cd0a43bd more #397 Alex Crichton 2024-03-09 13:46:48 -0800
  • e90dac7ac7 debug Alex Crichton 2024-03-09 11:02:45 -0800
  • 2eaefea6a3 Fix a flaky test failure in getentropy.c #398 Alex Crichton 2024-03-08 19:16:49 -0800
  • 1d0705294f Link LLVM-based tools dynamically to LLVM Alex Crichton 2024-03-03 12:04:03 -0800
  • 1f63274f2c
    Update versions of actions used on CI (#396) Alex Crichton 2024-03-08 17:47:36 -0600
  • 2d7853c64b
    Bump to LLVM 18.1.0 (#393) Alex Crichton 2024-03-08 17:36:40 -0600
  • 698a33ba0e Update versions of actions used on CI #396 Alex Crichton 2024-03-08 15:10:52 -0800
  • 510e738930
    Allow Docker to run locally in more places #395 Andrew Brown 2024-03-08 14:54:17 -0800
  • eb7a4c7f94
    Update base for Docker build image #394 Andrew Brown 2024-03-08 14:46:32 -0800
  • a6ebb107e2 Bump LLVM to 18.1.0 #393 Alex Crichton 2024-03-08 12:24:59 -0800
  • 830bfa2085 Merge branch 'libunwind' of https://github.com/glandium/wasi-sdk Alex Crichton 2024-03-08 12:37:51 -0800
  • 3e93db0b18
    Add target-prefixed executables to the installation `bin` directory (#388) Alex Crichton 2024-03-08 13:36:29 -0600
  • 73dbb2fe89
    Refactor installation of wasmtime/wasm-tools on CI (#387) Alex Crichton 2024-03-08 08:11:04 -0600
  • c2e39c91ac Add target-prefixed executables to the installation `bin` directory #388 Alex Crichton 2024-03-02 12:32:18 -0800
  • c2f9c100b0
    Start renaming preview1 to p1 and preview2 to p2 (#386) Alex Crichton 2024-03-06 16:41:52 -0600
  • b06ab94bcd Use $(CLANG_VERSION) instead of hardcoding #386 Alex Crichton 2024-03-06 12:07:03 -0800
  • e9fe0baae5 Update descriptions #387 Alex Crichton 2024-03-06 11:19:53 -0800
  • 46a5ce1968 Start renaming preview1 to p1 and preview2 to p2 Alex Crichton 2024-03-02 10:09:04 -0800
  • 1f725f1200 Change the directory of the adapter Alex Crichton 2024-03-02 13:19:41 -0800
  • 1ca93a0da3 Refactor installation of wasmtime/wasm-tools on CI Alex Crichton 2024-03-02 12:17:06 -0800
  • f1ebc52a74
    Clean up dependency packages in Docker (#380) Andy Li 2024-02-10 14:13:50 +0800
  • a95a722180 Explicitly set LIBCXXABI_USE_LLVM_UNWINDER off #377 Mike Hommey 2024-01-17 11:15:14 +0900
  • 681d14ea49
    Clean up dependency packages in Docker #380 Andy Li 2024-02-03 13:25:59 +0800
  • 52536f2f69
    Fix cmake_build_type typo (#382) Changqing Jing 2024-02-10 09:22:32 +0800
  • bd96bf018c
    Update README to use the name "WASI SDK" consistently (#384) Brett Cannon 2024-02-09 15:23:37 -0800
  • 5480f3987a
    Update README to use the name "WASI SDK" consistently #384 Brett Cannon 2024-02-08 11:06:15 -0800
  • eba5404886 fix abort.c test failed due to wasmtime version mismatch on CI #382 Changqing Jing 2024-02-07 16:06:58 +0800
  • 0a392a9464 Fix cmake_build_type typo Changqing Jing 2024-02-06 16:11:46 +0800
  • a1b80857c4
    doc: fix release docs (#368) Andrew Brown 2024-01-12 11:41:42 -0800
  • 9fbc7b5972
    update wasi-libc and Makefile to fix `<fstream>` (#375) Joel Dice 2024-01-11 17:02:17 -0700
  • 964191c91a
    update wasi-libc and Makefile to fix `<fstream>` #375 Joel Dice 2024-01-10 10:35:01 -0700
  • f1858468e2
    doc: remember to tag wasi-libc during a release (#374) Andrew Brown 2024-01-10 13:29:41 -0800
  • 8f465debf6
    build and test `wasm32-wasi-preview2` target (#370) Joel Dice 2024-01-10 09:41:01 -0700
  • 2a7214ba90
    doc: remember to tag wasi-libc during a release #374 Andrew Brown 2024-01-09 16:59:18 -0800
  • d348e69185
    test all three targets #370 Joel Dice 2024-01-05 10:00:24 -0700
  • 2797183e1d
    build and test `wasm32-wasi-preview2` target Joel Dice 2023-11-27 11:19:23 -0700
  • 6a0a7167d2
    doc: fix release docs #368 Andrew Brown 2023-12-14 17:52:35 -0800
  • 317548590b
    Update wasi-libc (#366) wasi-sdk-21 Andrew Brown 2023-12-15 15:07:49 -0800
  • b7ac2c82c8
    Update wasi-libc #366 Andrew Brown 2023-12-15 10:09:53 -0800
  • a35b453a87
    add shared library support (#338) Joel Dice 2023-12-11 17:20:52 -0700
  • 64cd0c055c
    remove explicit `BUILTINS_LIB` values #338 Joel Dice 2023-12-11 15:24:52 -0700
  • 32ce5686c6 Build llvm with LLVM_INSTALL_TOOLCHAIN_ONLY #364 toolchain_conly Sam Clegg 2019-10-31 10:09:49 -0700
  • 3e0a45ab32 update `wasi-libc` to main and `llvm-project` to release/17.x Joel Dice 2023-11-26 09:19:37 -0700
  • 761202e347 move `CMAKE_POSITION_INDEPENDENT_CODE` to Makefile Joel Dice 2023-10-03 12:35:02 -0600
  • f3a801fccf add shared library support Joel Dice 2023-09-29 14:05:45 -0600
  • 71fd9cb741
    Bump LLVM version to 17.0.6 (#362) Joel Dice 2023-12-07 11:53:40 -0700
  • 8cbfa0df40
    Bump LLVM version to 17.0.6 #362 Joel Dice 2023-12-07 09:02:09 -0700
  • d0458ab422 Bump llvm version to 17.0.4 #359 YAMAMOTO Takashi 2023-11-07 16:02:13 +0900
  • 2393be41c8
    Update LLVM to 17 (#352) YAMAMOTO Takashi 2023-09-29 09:59:19 +0900
  • 87baa40c82 docker/Dockerfile: bump LLVM_VERSION to 17 #352 YAMAMOTO Takashi 2023-09-27 11:25:07 +0900
  • c39f69b4e5 Bump llvm version to 17.0.1 YAMAMOTO Takashi 2023-09-27 11:22:54 +0900
  • fe76aa8a6e
    Fix submodule update (#354) YAMAMOTO Takashi 2023-09-28 04:24:04 +0900
  • 6dc3a08be1 Set -fno-exceptions in CXXFLAGS #355 Anuraag Agrawal 2023-09-27 08:44:04 -0700
  • 57d50fbc84 Fix submodule update #354 YAMAMOTO Takashi 2023-09-27 11:50:13 +0900
  • df31878556 test #353 YAMAMOTO Takashi 2023-09-27 11:44:40 +0900
  • 9b9708e9eb
    Enhancement of WASI_SDK_PREFIX in toolchain files (#349) liang.he 2023-09-13 02:21:16 +0800
  • 589aece9f2 Enhancement of WASI_SDK_PREFIX in toolchain files #349 liang.he@intel.com 2023-09-11 01:10:59 +0000
  • 8d4dbb19fb
    Set CMAKE_MODULE_PATH in the cmake toolchain file (#335) Arvid Norlander 2023-09-06 21:11:31 +0200
  • bbfb9736af
    Do not use GNU find features on FreeBSD (#345) Kian Cross 2023-09-06 15:45:27 +0100
  • 60a762a791 Do not use GNU find features on FreeBSD #345 Kian Cross 2023-09-01 20:18:35 +0100
  • 19fb80bcd8
    Bump wasi-libc (#344) YAMAMOTO Takashi 2023-08-30 11:13:24 +0900
  • f29bf18ceb Add test of cmake #335 Arvid Norlander 2023-08-24 10:59:07 +0200
  • 972768ae32 wasi-sdk.cmake: Install platform module & make suitable for release Arvid Norlander 2023-08-24 12:10:01 +0200
  • a22270332f wasi-sdk.cmake: Add wasi-sdk/cmake to CMAKE_MODULE_PATH Sam Clegg 2021-05-26 15:20:47 -0700
  • ddc1a45706 Bump wasi-libc #344 YAMAMOTO Takashi 2023-08-29 12:26:15 +0900
  • e85250b1c4
    Update README.md (#343) Michael Lill 2023-08-28 19:35:44 +0200
  • 27ac565a7a
    Update README.md #343 Michael Lill 2023-08-28 12:36:28 +0200
  • 4025e95fac
    Bump wasi-libc (#340) YAMAMOTO Takashi 2023-08-23 07:18:19 +0900
  • fd20cf5a64
    Add wasi-sdk-pthread.cmake to docker image to allow enabling it with env (#339) Anuraag Agrawal 2023-08-23 07:17:31 +0900
  • 60b93f417d Bump wasi-libc #340 YAMAMOTO Takashi 2023-08-14 22:48:51 +0900
  • ea8accb157 Add wasi-sdk-pthread.cmake to docker image to allow enabling it with env #339 Anuraag Agrawal 2023-08-09 16:54:24 +0900
  • f3b43c703f
    ci: ensure `LLVM_CMAKE_FLAGS` additions are kept (#337) Andrew Brown 2023-07-28 08:45:29 -0700
  • 0aad66d2af
    ci: ensure `LLVM_CMAKE_FLAGS` additions are kept #337 Andrew Brown 2023-07-27 11:44:25 -0700
  • 7c0558ba41
    Add a testcase for getentropy (#169) Casper Beyer 2023-07-26 09:02:07 +0800
  • 4efaa5fc28 Add a testcase for getentropy #169 Casper Beyer 2021-01-16 16:03:26 +0000
  • 00cb3b2e5f
    Improve `README.md` (#331) Andrew Brown 2023-06-23 14:45:31 -0700
  • 7b697f27a6 review: tweak wasi-libc language #331 Andrew Brown 2023-06-23 10:47:03 -0700
  • 7dac911391 Improve `README.md` Andrew Brown 2023-06-23 10:26:49 -0700
  • 9a271da937
    Fix build on non-x86_64 Linux (#321) Alex Crichton 2023-06-09 12:35:13 -0500
  • 3fb0057a6d
    ci: build fewer LLVM components (#309) Andrew Brown 2023-05-11 16:49:30 -0700
  • 3647ea1d67 ci: build fewer LLVM components #309 Andrew Brown 2023-03-15 09:27:57 -0700