mirror of
https://github.com/UneBaguette/blake3.wasm.git
synced 2026-08-07 00:00:16 +02:00
fix: add rlib crate-type for wasm tests
This commit is contained in:
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user