chore(wasm): check, clippy, test, CI

This commit is contained in:
Edouard Vanbelle
2026-06-15 15:53:43 +02:00
parent 101dab182b
commit b1455b5583
5 changed files with 73 additions and 4 deletions
+7
View File
@@ -69,6 +69,13 @@ frontend-check:
node scripts/check-dead-tokens.mjs
node scripts/check-brand-drift.mjs
wasm-check:
cd wasm/oxicloud-hash; cargo fmt --all
cd wasm/oxicloud-hash; cargo clippy --all-features --release -- -D warnings
wasm-test:
cd wasm/oxicloud-hash; cargo test --release
# audit security (condition: cargo install cargo-audit)
audit:
cargo audit