From 7810ef4d9b4d0958707a2f452ee73985d8a066cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zsolt=20B=C3=B6l=C3=B6ny?= Date: Sun, 15 Dec 2024 14:19:22 +0100 Subject: [PATCH] Fix cargo bench file open error when run in wasmtime --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 4fbc14c..728e0f1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -10,7 +10,7 @@ rustflags = "-C target-feature=-sse4.1,-avx,-sse3" linker = "aarch64-linux-gnu-gcc" [target.wasm32-wasip1] -runner = "wasmtime" +runner = "wasmtime --dir=." rustflags = "-C target-feature=+simd128" [registries.crates-io]