woz 1.1.1

Woz is a WebAssembly progressive web app (PWA) toolchain for deploying performant mobile apps distributed for free with a hyperlink.
1
2
3
4
set -a; . ../env-dev; set +a
cargo build --release
mv ./target/release/woz /usr/local/bin/woz-dev
cd ../cli