From 2b05abea03cdaca42b0ab69852799ee1542b467f Mon Sep 17 00:00:00 2001 From: u <@> Date: Wed, 11 Mar 2026 10:07:13 -0700 Subject: build-std, give up on transmute dance the file is streamed anyway. build-std was failing with workers 0.7 but they fixed it? maybe rustup update fixed it and my stuff was mismatched. idk. its annoying --- .cargo/config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index 0a977cc..ba74195 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,6 @@ [target.'cfg(target_family="wasm")'] -rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const", "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"] +rustflags = ["-C", "llvm-args=--mattr=+bulk-memory-opt,+simd128,+relaxed-simd,+tail-call,+extended-const", + "-C", "target-feature=+simd128,+relaxed-simd,+tail-call,+extended-const"] + +[unstable] +build-std = ["compiler_builtins", "std", "core", "alloc", "panic_abort"] -- cgit v1.2.3