Skip to content

Commit 9f6cbdc

Browse files
committed
1 parent 79a68c0 commit 9f6cbdc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
os: [ubuntu-24.04-arm]
1717
runs-on: ${{ matrix.os }}
1818
env:
19-
RUSTFLAGS: -D warnings -C target-feature=+simd128,+atomics,+bulk-memory,+mutable-globals
19+
# github.com/wasm-bindgen/wasm-bindgen/pull/4717
20+
RUSTFLAGS: -Dwarnings -Ctarget-feature=+simd128,+atomics,+bulk-memory,+mutable-globals -Clink-args=--shared-memory -Clink-args=--max-memory=1073741824 -Clink-args=--import-memory -Clink-args=--export=__wasm_init_tls -Clink-args=--export=__tls_size -Clink-args=--export=__tls_align -Clink-args=--export=__tls_base
2021
steps:
2122
- uses: actions/checkout@v4
2223
- uses: actions/cache@v4
@@ -46,7 +47,7 @@ jobs:
4647
- name: Install Node.js
4748
uses: actions/setup-node@v4
4849
with:
49-
node-version: 22
50+
node-version: 24
5051
cache: "pnpm"
5152
- name: Install dependencies
5253
run: pnpm install

0 commit comments

Comments
 (0)