From 6dcff6dccc7edaa34d372ab6ccefc97661932f24 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:54:58 +0200 Subject: [PATCH 1/6] Update before.html --- before.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/before.html b/before.html index f3b3083..c05cd5e 100644 --- a/before.html +++ b/before.html @@ -9,6 +9,10 @@ { value: "x86_64-unknown-linux-gnu", name: "x86-64 GNU/Linux" }, { value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" }, { value: "aarch64-apple-darwin", name: "ARM64 MacOS" }, + { value: "wasm32-unknown-unknown", namr: "WebAssembly (32-bit) unknown-unknown" }, + { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, + { value: "aarch64-linux-android", name: "ARM64 Android" }, + { value: "aarch64-apple-ios", name: "ARM64 iOS" }, ]; info.innerHTML = ` From 389cbffceae8a0dc90b8428d7c18f65a6348111a Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 14:56:11 +0200 Subject: [PATCH 2/6] Update build.sh --- build.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 586f663..e2c5fd9 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,15 @@ rm -f bootstrap.toml --set rust.llvm-bitcode-linker=false \ --set build.optimized-compiler-builtins=false # necessary to make cross-doc work for all targets -targets=(x86_64-unknown-linux-gnu x86_64-pc-windows-msvc aarch64-apple-darwin) +targets=( + x86_64-unknown-linux-gnu + x86_64-pc-windows-msvc + aarch64-apple-darwin + wasm32-unknown-unknown + wasm32-wasip1 + aarch64-linux-android + aarch64-apple-ios +) # bootstrap uses this var to perform CI detection :( unset CI From f6d2c4b6c0917d5d95dacfa95d301dc9fb4e1f69 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:12:35 +0200 Subject: [PATCH 3/6] Update build.sh --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index e2c5fd9..56533a3 100755 --- a/build.sh +++ b/build.sh @@ -24,7 +24,6 @@ targets=( x86_64-pc-windows-msvc aarch64-apple-darwin wasm32-unknown-unknown - wasm32-wasip1 aarch64-linux-android aarch64-apple-ios ) From 3a0de9343b5b66524f74c55f9bb4af514866971c Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:13:04 +0200 Subject: [PATCH 4/6] Update before.html --- before.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/before.html b/before.html index c05cd5e..bdc5e82 100644 --- a/before.html +++ b/before.html @@ -10,7 +10,7 @@ { value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" }, { value: "aarch64-apple-darwin", name: "ARM64 MacOS" }, { value: "wasm32-unknown-unknown", namr: "WebAssembly (32-bit) unknown-unknown" }, - { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, + // { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, { value: "aarch64-linux-android", name: "ARM64 Android" }, { value: "aarch64-apple-ios", name: "ARM64 iOS" }, ]; From 4c428c7792fb0bee1de035f6eec6931aed350289 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:56:40 +0200 Subject: [PATCH 5/6] f --- before.html | 4 ++-- build.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/before.html b/before.html index bdc5e82..c4ffc93 100644 --- a/before.html +++ b/before.html @@ -10,9 +10,9 @@ { value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" }, { value: "aarch64-apple-darwin", name: "ARM64 MacOS" }, { value: "wasm32-unknown-unknown", namr: "WebAssembly (32-bit) unknown-unknown" }, - // { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, + // { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, { value: "aarch64-linux-android", name: "ARM64 Android" }, - { value: "aarch64-apple-ios", name: "ARM64 iOS" }, + // { value: "aarch64-apple-ios", name: "ARM64 iOS" }, ]; info.innerHTML = ` diff --git a/build.sh b/build.sh index 56533a3..87329f3 100755 --- a/build.sh +++ b/build.sh @@ -24,8 +24,9 @@ targets=( x86_64-pc-windows-msvc aarch64-apple-darwin wasm32-unknown-unknown + # wasm32-wasip1 aarch64-linux-android - aarch64-apple-ios + # aarch64-apple-ios ) # bootstrap uses this var to perform CI detection :( From 18bf3ccfa2a1f9c7382a6c3bd76ec34a64626bd9 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:17:17 +0200 Subject: [PATCH 6/6] Update before.html --- before.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/before.html b/before.html index c4ffc93..7b84cb1 100644 --- a/before.html +++ b/before.html @@ -9,7 +9,7 @@ { value: "x86_64-unknown-linux-gnu", name: "x86-64 GNU/Linux" }, { value: "x86_64-pc-windows-msvc", name: "x86-64 Windows MSVC" }, { value: "aarch64-apple-darwin", name: "ARM64 MacOS" }, - { value: "wasm32-unknown-unknown", namr: "WebAssembly (32-bit) unknown-unknown" }, + { value: "wasm32-unknown-unknown", name: "WebAssembly (32-bit) unknown-unknown" }, // { value: "wasm32-wasip1", name: "WebAssembly (32-bit) WASIp1" }, { value: "aarch64-linux-android", name: "ARM64 Android" }, // { value: "aarch64-apple-ios", name: "ARM64 iOS" },