Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored Dec 3, 2024
1 parent 66d5e1f commit ad135e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cargo-ci/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
rustflags = ["-Ctarget-cpu=native"]
rustdocflags = ["-Ctarget-cpu=native"]

# in case of running on an older version
[target.wasm32-wasi]
runner = "wasmtime run --wasm-features all --dir ."
rustflags = ["-Ctarget-feature=+simd128,+bulk-memory,+nontrapping-fptoint,+sign-ext"]

# this is the new name
[target.wasm32-wasip1]
runner = "wasmtime run --wasm-features all --dir ."
rustflags = ["-Ctarget-feature=+simd128,+bulk-memory,+nontrapping-fptoint,+sign-ext"]

0 comments on commit ad135e3

Please sign in to comment.