Skip to content

Commit 2295cbc

Browse files
authored
Merge pull request #216 from carnegierobotics/feature/wasm32
Add wasm32-unknown-unknown as a support rust-std arch
2 parents f84f64a + 06ecc32 commit 2295cbc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+190
-72
lines changed

build-new-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ TARGET_TRIPLES=(
3636
x86_64-unknown-linux-gnu
3737
riscv64gc-unknown-linux-gnu
3838
thumbv7neon-unknown-linux-gnueabihf
39+
wasm32-unknown-unknown
3940
)
4041

4142
RUSTC_TRIPLES=(

recipes-devtools/rust/cargo-bin-cross_1.57.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.57.0)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.58.1.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.58.1)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.59.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.59.0)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.60.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.60.0)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.61.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.61.0)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.62.1.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.62.1)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/cargo-bin-cross_1.63.0.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def cargo_url(triple):
4242
return get_by_triple(URLS, triple)
4343

4444
DEPENDS += "rust-bin-cross-${TARGET_ARCH} (= 1.63.0)"
45+
4546
LIC_FILES_CHKSUM = "\
4647
file://LICENSE-APACHE;md5=71b224ca933f0676e26d5c2e2271331c \
4748
file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d \

recipes-devtools/rust/rust-bin-cross_1.57.0.bb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ def rust_std_md5(triple):
1717
"armv7-unknown-linux-gnueabihf": "f8b3f417020c7fe2d0a92813b01266d6",
1818
"armv7-unknown-linux-musleabihf": "1629c470b5542de876623dbce040c433",
1919
"i686-unknown-linux-gnu": "1a89ae5f276a4bce1d21f7ad7546f094",
20-
"mips-unknown-linux-gnu": "a2862f3bb10112728b3dd700c3a27a23",
21-
"mipsel-unknown-linux-gnu": "5076bddb96fc9649e2059ce0074217e5",
2220
"powerpc-unknown-linux-gnu": "59216f57de54e1cd149bf51ca7c11ac6",
2321
"x86_64-unknown-linux-gnu": "a8f43a2f5563c13820473b2f1059c144",
22+
"riscv64gc-unknown-linux-gnu": "772e545365d5904fc7b051b6bb5e791a",
23+
"thumbv7neon-unknown-linux-gnueabihf": "300797483cbfe96b189f09c04d6300ed",
24+
"wasm32-unknown-unknown": "18fb36ac4c2ed41bd45cf6242bdad06b",
2425
}
2526
return get_by_triple(HASHES, triple)
2627

@@ -35,10 +36,11 @@ def rust_std_sha256(triple):
3536
"armv7-unknown-linux-gnueabihf": "39b170358cf76c6dc284cf2c99439338871b79f5d0417f3342d48694c392121d",
3637
"armv7-unknown-linux-musleabihf": "0c3917cb3e166fc1f3dbb945893199a12e578df32f02c70c9bce1cda7d968c1a",
3738
"i686-unknown-linux-gnu": "6fb3eb0e9f401d568a3da52c7cd26dadfcd6f1ebd4bc25075b5a092e51e230c9",
38-
"mips-unknown-linux-gnu": "f4c3dadfdf03b5261a1eba2ccf382f99ef6f6177a4ee2d9f19174df6f2d81db4",
39-
"mipsel-unknown-linux-gnu": "c10e699fc22f673d8c91a4aad3e4e78ca60f91485936a093595f0ea90b5399c1",
4039
"powerpc-unknown-linux-gnu": "dc70b13f3cd8bf6eab0d619a5e0113b071b070d06cb0bacec0e0632e09a3c5cc",
4140
"x86_64-unknown-linux-gnu": "9140ad6f46a903345d4297a987ccaf37b9c5ca594cd6fd5a27d0be482116fe7f",
41+
"riscv64gc-unknown-linux-gnu": "ab549d4b6ac630abb96e2739f36f2165816efdd0bbba5982a827953886ab2531",
42+
"thumbv7neon-unknown-linux-gnueabihf": "03e596499c02298a6633afaf942a6efc2358730bdf1bed71fa2a23e6d45466af",
43+
"wasm32-unknown-unknown": "3e0525d9e16f1a58e847080f2d3c02e275c2d5563b7980311e39382bb6c8441d",
4244
}
4345
return get_by_triple(HASHES, triple)
4446

recipes-devtools/rust/rust-bin-cross_1.58.1.bb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ def rust_std_md5(triple):
1717
"armv7-unknown-linux-gnueabihf": "294364a35b349256986e77da783ac46b",
1818
"armv7-unknown-linux-musleabihf": "d3422c3a8a704365a0946b2b93a7f901",
1919
"i686-unknown-linux-gnu": "bb3f87ec834d66375f5f21fb3892d10c",
20-
"mips-unknown-linux-gnu": "05ae6607aacef3d5392de7e07a6dbc1e",
21-
"mipsel-unknown-linux-gnu": "84b6f2fbc582e467156a60e2e2f7cad4",
2220
"powerpc-unknown-linux-gnu": "302d9b9ea97360c038ad1ad7d54ed0b2",
2321
"x86_64-unknown-linux-gnu": "61132498f4526e5390b027b3994f769f",
22+
"riscv64gc-unknown-linux-gnu": "9b2c09e0dfa6874936846922b97c9f69",
23+
"thumbv7neon-unknown-linux-gnueabihf": "aff1c70b17eee967b1218bf37c1ce558",
24+
"wasm32-unknown-unknown": "4ccc95a26751eae57c34ddded578ca82",
2425
}
2526
return get_by_triple(HASHES, triple)
2627

@@ -35,10 +36,11 @@ def rust_std_sha256(triple):
3536
"armv7-unknown-linux-gnueabihf": "5cea8641145397b42f088b369cc59b991d96937b3f7f4204fb9fec73247ca008",
3637
"armv7-unknown-linux-musleabihf": "77672d915e5981e6a9e4d6820eeb051af38519f95035665ae75fb3bdc042d11a",
3738
"i686-unknown-linux-gnu": "e6c8486886e13f47d99e1cd9bc941a75aa149936fcc6ad3cc6ab2e32cb8a7641",
38-
"mips-unknown-linux-gnu": "1c264ec6c7e3e7832b2538c31c23b1c03df9721b7fba4ae00804a36554fa4008",
39-
"mipsel-unknown-linux-gnu": "83f2a67d893556367a4cab5baa134e786ca728eb9786ca96246ab03273862759",
4039
"powerpc-unknown-linux-gnu": "83587c6c2d49ae13c4ac35c73582c190834a72faf605fbf657c437313a2ededf",
4140
"x86_64-unknown-linux-gnu": "649bda48542f211d77afab4b71505572a4712b6b5c5bdee94533e2e7a9a832f1",
41+
"riscv64gc-unknown-linux-gnu": "07746a0c64c65a913f4552d845175c4f007059ba09974c914d96b789a465eb61",
42+
"thumbv7neon-unknown-linux-gnueabihf": "a2ebfccc9bb1c01f00f8fd52ebe8736ed8189dd374d7494ab42d3f24b7856a73",
43+
"wasm32-unknown-unknown": "ef92a50952a03111c59745b8732f55f209da12e5dd8cd15072ad4ed96ad048e7",
4244
}
4345
return get_by_triple(HASHES, triple)
4446

0 commit comments

Comments
 (0)