Skip to content

Commit a90437c

Browse files
authored
WASM fixes (Bump emsdk 4.0.23) (#3582)
Now it supports using threads in the WebAssembly.
1 parent 7adbb3f commit a90437c

40 files changed

Lines changed: 1245 additions & 80 deletions

.github/workflows/npm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest]
24-
python-version: ["3.8"]
24+
python-version: ["3.10"]
2525

2626
steps:
2727
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install emsdk
3838
uses: mymindstorm/setup-emsdk@v14
3939
with:
40-
version: 3.1.51
40+
version: 4.0.23
4141
actions-cache-folder: 'emsdk-cache'
4242

4343
- name: View emsdk version

.github/workflows/test-nodejs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest] #, macos-latest] #, windows-2022]
34-
python-version: ["3.8"]
34+
python-version: ["3.10"]
3535

3636
steps:
3737
- uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install emsdk
5353
uses: mymindstorm/setup-emsdk@v14
5454
with:
55-
version: 3.1.51
55+
version: 4.0.23
5656
actions-cache-folder: 'emsdk-cache'
5757

5858
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-en-asr-zipformer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install emsdk
3636
uses: mymindstorm/setup-emsdk@v14
3737
with:
38-
version: 3.1.53
38+
version: 4.0.23
3939
actions-cache-folder: 'emsdk-cache'
4040

4141
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-silero-vad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install emsdk
3636
uses: mymindstorm/setup-emsdk@v14
3737
with:
38-
version: 3.1.53
38+
version: 4.0.23
3939
actions-cache-folder: 'emsdk-cache'
4040

4141
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-speaker-diarization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install emsdk
3737
uses: mymindstorm/setup-emsdk@v14
3838
with:
39-
version: 3.1.53
39+
version: 4.0.23
4040
actions-cache-folder: 'emsdk-cache'
4141

4242
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-speech-enhancement-gtcrn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install emsdk
3737
uses: mymindstorm/setup-emsdk@v14
3838
with:
39-
version: 3.1.53
39+
version: 4.0.23
4040
actions-cache-folder: 'emsdk-cache'
4141

4242
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-ten-vad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install emsdk
3737
uses: mymindstorm/setup-emsdk@v14
3838
with:
39-
version: 3.1.53
39+
version: 4.0.23
4040
actions-cache-folder: 'emsdk-cache'
4141

4242
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-tts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install emsdk
4444
uses: mymindstorm/setup-emsdk@v14
4545
with:
46-
version: 3.1.53
46+
version: 4.0.23
4747
actions-cache-folder: 'emsdk-cache'
4848

4949
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-vad-asr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install emsdk
4444
uses: mymindstorm/setup-emsdk@v14
4545
with:
46-
version: 3.1.53
46+
version: 4.0.23
4747
actions-cache-folder: 'emsdk-cache'
4848

4949
- name: View emsdk version

.github/workflows/wasm-simd-hf-space-zh-cantonese-en-asr-paraformer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install emsdk
3636
uses: mymindstorm/setup-emsdk@v14
3737
with:
38-
version: 3.1.53
38+
version: 4.0.23
3939
actions-cache-folder: 'emsdk-cache'
4040

4141
- name: View emsdk version

0 commit comments

Comments
 (0)