cotis-web-builder
Web/WASM build routine for Cotis.
This crate can be used in two ways:
- As a cotis-cli routine plugin (dynamic library loaded by
cotis-cli) - Standalone (run its binary directly)
See the repository README for prerequisites and ecosystem links.
Use with cotis-cli (plugin)
Install from a local checkout:
Show routine help:
Run (example output folder):
# with feature forwarding to wasm-pack/cargo:
Run from your WASM app crate directory (where Cargo.toml defines the cdylib).
Standalone usage
Build and run directly from your WASM app crate directory:
# with features:
Help:
Notes / requirements
- Requires
wasm-packavailable on PATH for building. - On first run it will
git clonecotis-webinto the OS cache directory to fetch resources.