diff options
| author | Jack O'Connor <[email protected]> | 2025-03-17 11:16:35 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-03-18 10:00:16 -0700 |
| commit | 4011d240cb026a5e1f282438ef50aef701721c28 (patch) | |
| tree | cb751b50f12df4a2b4fca7a74388767ab0b036f4 /test_vectors | |
| parent | 4ca3c6fb7fdecc4978c5075f89be3be8c0f38266 (diff) | |
add wasm tests to CI
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 |
