File tree Expand file tree Collapse file tree 8 files changed +32
-7
lines changed
Expand file tree Collapse file tree 8 files changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 run : |
1212 toolchain_path="$RUNNER_TEMP/swift"
1313 mkdir -p "$toolchain_path"
14- curl -L "https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-06-12 -a/swift-DEVELOPMENT-SNAPSHOT-2025-06-12 -a-ubuntu22.04.tar.gz" | tar xz --strip-component 1 -C "$toolchain_path"
14+ curl -L "https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-11-25 -a/swift-DEVELOPMENT-SNAPSHOT-2025-11-25 -a-ubuntu22.04.tar.gz" | tar xz --strip-component 1 -C "$toolchain_path"
1515 echo "$toolchain_path/usr/bin" >> $GITHUB_PATH
1616 - uses : swiftwasm/setup-swiftwasm@v2
1717 id : setup-swiftwasm
1818 with :
19- target : wasm32-unknown-wasi
19+ target : wasm32-unknown-wasip1
2020 - run : swift build --package-path ./Example --static-swift-stdlib
2121 - run : ./Example/.build/debug/Example
2222 - run : swift build --package-path ./Example --static-swift-stdlib --traits Minimal
Original file line number Diff line number Diff line change 11// Generated by build-all.py
2- #include "../../icudata/74 .1/default/icudata.c"
2+ #include "../../icudata/76 .1/default/icudata.c"
Original file line number Diff line number Diff line change 11// Generated by build-all.py
2- #include "../../icudata/74 .1/minimal/icudata.c"
2+ #include "../../icudata/76 .1/minimal/icudata.c"
Original file line number Diff line number Diff line change 1+ // Generated by package-icudata.py
2+ #include <stdint.h>
3+ #pragma clang diagnostic ignored "-Wc23-extensions"
4+ #ifdef __cplusplus
5+ extern "C" {
6+ #endif
7+ __attribute__((aligned (16 ))) const uint8_t icudt76_dat [] = {
8+ #embed "icudt76l.dat"
9+ };
10+ #ifdef __cplusplus
11+ }
12+ #endif
Original file line number Diff line number Diff line change 1+ // Generated by package-icudata.py
2+ #include <stdint.h>
3+ #pragma clang diagnostic ignored "-Wc23-extensions"
4+ #ifdef __cplusplus
5+ extern "C" {
6+ #endif
7+ __attribute__((aligned (16 ))) const uint8_t icudt76_dat [] = {
8+ #embed "icudt76l.dat"
9+ };
10+ #ifdef __cplusplus
11+ }
12+ #endif
Original file line number Diff line number Diff line change 11{
22 "swift-icu-versions" : {
3- "main" : " 74 .1" ,
3+ "main" : " 76 .1" ,
44 "6.2" : " 74.1" ,
55 "6.1" : " 74.1"
66 },
77 "icu-source" : {
8- "74.1" : " https://github.com/unicode-org/icu/archive/refs/tags/release-74-1.tar.gz"
8+ "74.1" : " https://github.com/unicode-org/icu/archive/refs/tags/release-74-1.tar.gz" ,
9+ "76.1" : " https://github.com/unicode-org/icu/archive/refs/tags/release-76-1.tar.gz"
910 }
10- }
11+ }
You can’t perform that action at this time.
0 commit comments