summaryrefslogtreecommitdiff
path: root/std/hash/_wasm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/hash/_wasm/README.md')
-rw-r--r--std/hash/_wasm/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/std/hash/_wasm/README.md b/std/hash/_wasm/README.md
deleted file mode 100644
index 721e496d2..000000000
--- a/std/hash/_wasm/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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.