Switch from wasm32-wasi to wasm32-wasip1 target on CI (#1295)

This commit is contained in:
Christian Legnitto 2024-12-03 07:22:58 -04:00 committed by tyranron
parent dc19d85fae
commit 5fed6706b0
No known key found for this signature in database
GPG key ID: 762E144FB230A4F0

View file

@ -277,7 +277,7 @@ jobs:
- juniper_axum - juniper_axum
target: target:
- wasm32-unknown-unknown - wasm32-unknown-unknown
- wasm32-wasi - wasm32-wasip1
toolchain: toolchain:
- stable - stable
- beta - beta