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
Bartek Iwańczuk 8e914be742
build: migrate to dlint (#8176)
This commit migrates repository from using "eslint" 
to "dlint" for linting JavaScript code.
2020-11-03 16:19:29 +01:00
..
src chore(std/hash): update crates (#7631) 2020-09-22 23:03:11 +02:00
build.ts build: migrate to dlint (#8176) 2020-11-03 16:19:29 +01: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 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.