Skip to content

Commit

Permalink
add support for wasm standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Sep 13, 2024
1 parent c04cd05 commit f1ffe11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
- name: Test
run: python3 make.py test-${{ matrix.config.target }}

- name: Test WasmTime
run: python3 make.py test-${{ matrix.config.target }}time

- name: Generate
run: python3 make.py generate-${{ matrix.config.target }}

- name: Test WasmTime
run: python3 make.py test-${{ matrix.config.target }}time

- name: Archive
run: python3 make.py archive-${{ matrix.config.target }}

Expand Down

0 comments on commit f1ffe11

Please sign in to comment.