Skip to content

Latest commit

 

History

History

_wasm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.