Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/1609.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"description": "remove `asmjs-unknown-emscripten` target.",
"type": "removed",
"breaking": true
}
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ terminate.
| `x86_64-unknown-linux-gnu:centos` [5] | 2.17 | 4.8.5 | ✓ | 4.2.1 | ✓ |
| `x86_64-unknown-linux-musl` | 1.2.3 | 9.2.0 | ✓ | N/A | ✓ |
| `x86_64-unknown-netbsd` [3] | 9.2.0 | 9.4.0 | ✓ | N/A | |
<!--| `asmjs-unknown-emscripten` [7] | 3.1.14 | 15.0.0 | ✓ | N/A | ✓ |-->

[1] libc = bionic; Only works with native tests, that is, tests that do not
depends on the Android Runtime. For i686 some tests may fails with the
Expand Down
23 changes: 0 additions & 23 deletions docker/Dockerfile.asmjs-unknown-emscripten

This file was deleted.

40 changes: 0 additions & 40 deletions docker/emscripten.sh

This file was deleted.

1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ impl TargetTriple {
"x86_64-linux-android" => None,
"x86_64-pc-windows-gnu" => None,
"i686-pc-windows-gnu" => None,
"asmjs-unknown-emscripten" => None,
"wasm32-unknown-emscripten" => None,
"x86_64-unknown-dragonfly" => Some("dragonflybsd-amd64"),
"i686-unknown-freebsd" => Some("freebsd-i386"),
Expand Down
9 changes: 0 additions & 9 deletions targets.toml
Original file line number Diff line number Diff line change
Expand Up @@ -402,15 +402,6 @@ 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
disabled = true
target = "asmjs-unknown-emscripten"
os = "ubuntu-latest"
cpp = true
std = true
run = true

[[target]]
target = "wasm32-unknown-emscripten"
os = "ubuntu-latest"
Expand Down
Loading