Skip to content

Commit ee2befd

Browse files
committed
disable asmjs properly
1 parent ac5c2e2 commit ee2befd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

targets.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,13 +384,14 @@ cpp = true
384384
std = true
385385
run = true
386386

387+
[[target]]
387388
# Disabled for now, see https://github.com/rust-lang/rust/issues/98216 & https://github.com/cross-rs/cross/issues/634
388-
# [[target]]
389-
# target = "asmjs-unknown-emscripten"
390-
# os = "ubuntu-latest"
391-
# cpp = true
392-
# std = true
393-
# run = true
389+
disabled = true
390+
target = "asmjs-unknown-emscripten"
391+
os = "ubuntu-latest"
392+
cpp = true
393+
std = true
394+
run = true
394395

395396
[[target]]
396397
target = "wasm32-unknown-emscripten"

0 commit comments

Comments
 (0)