We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f200456 commit 9d98c4dCopy full SHA for 9d98c4d
.cargo/config.toml
@@ -1,2 +1,5 @@
1
[target.wasm32-wasip2]
2
+# wasmtime is given:
3
+# * AWS auth environment variables, for running the wstd-aws integration tests.
4
+# * . directory is available at .
5
runner = "wasmtime run -Shttp --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY --env AWS_SESSION_TOKEN --dir .::."
0 commit comments