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 1af5b8f commit 0d7a4e0Copy full SHA for 0d7a4e0
.cargo/config.toml
@@ -1,5 +1,5 @@
1
[build]
2
target = "wasm32-wasip1"
3
4
-[target.wasm32-wasi]
5
-runner = "viceroy run -C fastly.toml -- "
+[target.wasm32-wasip1]
+runner = "viceroy run -C fastly.toml -- "
Makefile
@@ -2,4 +2,4 @@
.PHONY: test
test:
- CARGO_TARGET_WASM32_WASIP1_RUNNER="viceroy run -C fastly.toml --" cargo nextest run -r --target wasm32-wasip1
+ cargo nextest run -r --target wasm32-wasip1
0 commit comments