aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.