Skip to content

Latest commit

 

History

History

watify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

watify

Compile WAT to WASM with WASM 🙇


Running

# optional: install wasm-pack if not already installed
cargo install wasm-pack

# build
wasm-pack build --release --target web

#serve
python3 -m http.server

Go to localhost:8000 and look at he console output.