We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6055e6e commit cdd9198Copy full SHA for cdd9198
.github/workflows/windows.yml
@@ -71,6 +71,9 @@ jobs:
71
- name: Build wasi-libc
72
if: steps.cache-wasi-libc.outputs.cache-hit != 'true'
73
run: make wasi-libc
74
+ - name: Install wasmtime
75
+ run: |
76
+ scoop install wasmtime
77
- name: Test TinyGo
78
shell: bash
79
run: make test GOTESTFLAGS="-v -short"
@@ -96,3 +99,5 @@ jobs:
96
99
run: make smoketest TINYGO=$(PWD)/build/tinygo AVR=0 XTENSA=0
97
100
- name: Test stdlib packages
98
101
run: make tinygo-test
102
+ - name: Test stdlib packages on wasi
103
+ run: make tinygo-test-wasi-fast
0 commit comments