Skip to content

Commit 731bae9

Browse files
committed
Better WASM compatibility
* API changes to better support WASM semantics * Added WASM exports (in addition to JS exports) * Add benchmarks
1 parent 013b92b commit 731bae9

27 files changed

+1807
-217
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = ["c", "rust", "wasm"]
1818

1919
[workspace.package]
2020
edition = "2024"
21-
version = "0.1.1"
21+
version = "0.1.2"
2222
license = "ISC"
2323
repository = "git+https://github.com/ApelegHQ/rs-sha2.git"
2424
keywords = ["sha256", "sha2", "hash", "digest", "streaming"]

0 commit comments

Comments
 (0)