Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 346 Bytes

How to build

Prerequisite

wasm-bindgen is required.

cargo build --target wasm32-unknown-unknown
rustup target add wasm32-unknown-unknown

# This must match the version in hash/_wasm/Cargo.lock:
cargo install -f wasm-bindgen-cli --version 0.2.74

Build

deno run --allow-all build.ts

wasm.js will be generated.