We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasiless
1 parent b2d4968 commit fd73e6aCopy full SHA for fd73e6a
1 file changed
.github/workflows/python-ci.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: actions-rust-lang/setup-rust-toolchain@v1
28
with:
29
toolchain: '1.86.0'
30
+ target: wasm32-unknown-unknown
31
- name: Set up Python
32
uses: actions/setup-python@v5
33
@@ -35,6 +36,8 @@ jobs:
35
36
run: pip install uv
37
- name: Install dependencies
38
run: uv sync
39
+ - name: Install wasm-tools and wac
40
+ run: cargo install wasm-tools wac-cli
41
- name: Install viceroy
42
# When you switch tags, update the cache key below.
43
run: cargo install --git https://github.com/fastly/Viceroy.git --tag erik/python-sdk-compatible-1 viceroy
0 commit comments