Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 352b7324 | 2026-05-29 11:56:52 | lang/wasi-libc: switch to build with ports-clang 22 switch TRIPLE from wasm32-wasi to wasm32-wasip1 | ||
| 5e9ff9e7 | 2026-05-18 11:30:01 | lang/wasi-sdk (& lang/wasi-libc): preliminary work to ease the switch to llvm22 - set/use TRIPLE here and there and add it to SUBST_VARS, it will be wasm32-wasip1 when building with llvm22 - add LIBPATH to SUBST_VARS - amend wasi-libc/patches/patch-Makefile to account for symbol changes when building with llvm22 bump REVISION to be on the safe side, although it isnt technically needed (eg resulting PLISTs dont change) no functional change intended | ||
| 9ccdd521 | 2026-05-06 13:52:46 | lang/wasi-libc: update to sdk 29 don't update to latest (32) as it switched to cmake in the meantime, more work needed. | ||
| 77d323a7 | 2025-06-12 06:42:48 | lang/wasi-libc: add missing BDEP on shells/bash probably something that might be fixable in the scripts but meh. reported by tb@, thanks ! | ||
| 25a1eab2 | 2025-06-11 08:36:07 | lang/wasi-libc: update to a newer git commit to support llvm 19 | ||
| fb4faeb4 | 2024-12-26 21:51:37 | Set COMPILER_LANGS=c to fix extra wantlibs. okay landry@ | ||
| 595d609c | 2024-07-22 08:56:13 | wasi-libc: extend regex to work with llvm-18 Unbreaks the build of the wasi ports. llvm-16 testing & ok landry (maintainer) | ||
| 40f12836 | 2023-12-18 07:33:09 | lang/wasi-{sdk,libc}: drop MODCLANG_VERSION=16, its the default now | ||
| 3997b1a0 | 2023-12-07 11:59:13 | lang/wasi-libc: update to git HEAD to support llvm 16 switch to build with ports-clang 16, cf for llvm support: - https://github.com/WebAssembly/wasi-libc/pull/379 - https://github.com/WebAssembly/wasi-libc/pull/285 - https://github.com/WebAssembly/wasi-libc/pull/344 adapt a regex to deal with our egrep syntax. | ||
| d0353fcd | 2023-12-06 12:42:11 | wasi-libc: explicitly set MODCLANG_VERSION to 13 for now. While it is possible to patch wasi-libc to build with llvm 16, more work is needed for its dependencies. discussed with landry |