Skip to content

Commit 0e22c9c

Browse files
committed
chore(ci): buildWasm
1 parent d24aa65 commit 0e22c9c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ jobs:
3737
- name: Test NodeJS backend
3838
run: nimble testNodeJs
3939

40+
- name: setup wasi sdk
41+
uses: konsumer/install-wasi-sdk@v1
42+
- name: BuildWasm
43+
run: |
44+
nimble install https://github.com/nimpylib/wasm_backend
45+
nimble buildWasm --warning[Spacing]:off

0 commit comments

Comments
 (0)