1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/std/hash/_wasm
2021-01-10 21:59:07 -05:00
..
src update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
build.ts update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05: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 update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
README.md feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
wasm.js build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01: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.