Skip to content

Commit

Permalink
Fix cargo bench file open error when run in wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
yzsolt committed Dec 15, 2024
1 parent 06d1a60 commit 7810ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7810ef4

Please sign in to comment.