summaryrefslogtreecommitdiff
path: root/std/hash/_wasm/README.md
blob: 721e496d255b4a690c89d69098ccf69c17cdd0db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# How to build

## Prerequisite

`wasm-pack` is required.

```sh
cargo install wasm-pack
```

## Build

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

`wasm.js` will be generated.