1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/std/hash/_wasm
2020-09-22 23:03:11 +02:00
..
src chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00
build.ts chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00
Cargo.lock chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00
Cargo.toml chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00
hash.ts feat: add --no-check option (#6456) 2020-07-08 11:26:39 +02:00
README.md feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
wasm.js chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00

How to build

Prerequisite

wasm-pack is required.

cargo install wasm-pack

Build

deno run --allow-read --allow-write --allow-run ./build.ts

wasm.js will be generated.