Skip to content

Commit

Permalink
disable asmjs properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Feb 1, 2024
1 parent ac5c2e2 commit ee2befd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions targets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,14 @@ cpp = true
std = true
run = true

[[target]]
# Disabled for now, see https://github.com/rust-lang/rust/issues/98216 & https://github.com/cross-rs/cross/issues/634
# [[target]]
# target = "asmjs-unknown-emscripten"
# os = "ubuntu-latest"
# cpp = true
# std = true
# run = true
disabled = true
target = "asmjs-unknown-emscripten"
os = "ubuntu-latest"
cpp = true
std = true
run = true

[[target]]
target = "wasm32-unknown-emscripten"
Expand Down

0 comments on commit ee2befd

Please sign in to comment.