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, 17 insertions, 0 deletions
diff --git a/std/hash/_wasm/README.md b/std/hash/_wasm/README.md
new file mode 100644
index 000000000..721e496d2
--- /dev/null
+++ b/std/hash/_wasm/README.md
@@ -0,0 +1,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.