diff options
Diffstat (limited to 'test_vectors')
| -rw-r--r-- | test_vectors/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_vectors/Cargo.toml b/test_vectors/Cargo.toml index 87a9eba..46ba58c 100644 --- a/test_vectors/Cargo.toml +++ b/test_vectors/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" neon = ["blake3/neon"] prefer_intrinsics = ["blake3/prefer_intrinsics"] pure = ["blake3/pure"] +wasm32_simd = ["blake3/wasm32_simd"] [dependencies] # If you ever change these path dependencies, you'll probably need to update |
