feat: multi-target build + CI + publish workflow

This commit is contained in:
2026-04-22 18:32:07 +02:00
parent 95e1a30467
commit 9c3d538470
8 changed files with 537 additions and 6 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "blake3-wasm"
version = "0.0.1"
name = "blake3-wasm-rs"
version = "0.1.1"
edition = "2024"
license = "MIT"
repository = "https://github.com/UneBaguette/blake3.wasm"
@@ -14,3 +14,6 @@ crate-type = ["cdylib"]
[dependencies]
blake3 = { version = "1.8.4", features = ["wasm32_simd"] }
wasm-bindgen = "0.2.118"
[dev-dependencies]
wasm-bindgen-test = "0.3"