aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boldyrev <[email protected]>2025-03-04 16:31:35 +0100
committerJack O'Connor <[email protected]>2025-03-16 21:24:06 -0700
commit91520df254a7cbc291756e1007e6c6ae5d8dd86d (patch)
tree9ce3d1e68c62c6e4124eeddbc5f9c3e4e5033bbe
parent2f863422ec7c4c16475a7b58c0f14674db1ab8a5 (diff)
Rust 1.80 compatibility form `blake3_wasm32_simd`
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 551b4e9..01b692f 100644
--- a/build.rs
+++ b/build.rs
@@ -311,6 +311,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"blake3_avx2_rust",
"blake3_avx512_ffi",
"blake3_neon",
+ "blake3_wasm32_simd",
];
for cfg_name in all_cfgs {
// TODO: Switch this whole file to the new :: syntax when our MSRV reaches 1.77.