1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00
denoland-deno/std/hash/_wasm/README.md

18 lines
203 B
Markdown
Raw Normal View History

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