| Crates.io | ash-wasm |
| lib.rs | ash-wasm |
| version | 2.3.3 |
| created_at | 2026-01-03 01:58:46.84813+00 |
| updated_at | 2026-01-25 20:31:18.295385+00 |
| description | ASH (Application Security Hash) WASM - RFC 8785 compliant request integrity verification with server-signed seals and zero client secrets |
| homepage | |
| repository | https://github.com/3maem/ash |
| max_upload_size | |
| id | 2019460 |
| size | 41,181 |
Developed by 3maem Co. | شركة عمائم
ASH (Application Security Hash) WebAssembly bindings - Request integrity and anti-replay protection library.
cargo add ash-wasm
This crate provides WebAssembly bindings for the ash-core library, allowing you to use ASH in browser environments.
import init, { canonicalize_json, build_proof } from 'ash-wasm';
await init();
const canonical = canonicalize_json('{"z":1,"a":2}');
console.log(canonical); // {"a":2,"z":1}
ASH Source-Available License (ASAL-1.0)
See LICENSE for full terms.
© 3maem Co. | شركة عمائم