1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/std/hash/_wasm
2020-06-26 14:11:20 -04:00
..
src feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
build.ts feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
Cargo.lock feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
Cargo.toml perf(std/hash): optimize for speed (O3) (#6499) 2020-06-26 14:11:20 -04:00
hash.ts feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
README.md feat(std/hash): reimplement all hashes in WASM (#6292) 2020-06-16 17:12:50 -04:00
wasm.js perf(std/hash): optimize for speed (O3) (#6499) 2020-06-26 14:11:20 -04: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.