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/README.md

17 lines
203 B
Markdown

# 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.