fix: add rlib crate-type for wasm tests

This commit is contained in:
2026-04-22 18:43:45 +02:00
parent 9c3d538470
commit b35b391103
+1 -1
View File
@@ -9,7 +9,7 @@ keywords = ["blake3", "wasm", "hash", "cryptography", "wasm-bindgen"]
categories = ["cryptography", "wasm"]
[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]
[dependencies]
blake3 = { version = "1.8.4", features = ["wasm32_simd"] }