some rust wasm tools
-
hash tools
- Blake2b512
- Blake2s256
- Blake3
- Md5
- Murmur3_32
- Murmur3_x64_128
- Sha256
- Sha3_256
- Sm3
-
parse tools
- base64
- sqids
-
password tools
strength(remove from 1.0.11)
-
pinyin
- han_to_pinyin
-
random
- uuid_v4
- nanoid
cargo install wasm-pack
cargo test -- --nocapture
# Build wasm
wasm-pack build -t web
# Build npm pkg
# --scope YourName
wasm-pack build -t bundler --release --scope qmaru
wasm-pack publish