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
5
# Set environment variables to production values
set -a; . ../env-prod; set +a
cargo publish --allow-dirty
# Go back to local development environment variables
set -a; . ../env-dev; set +a