Repository for all the tools used for wasm-rgame:
- wargo
- The main tool used for wasm-rgame projects. Analogous to
cargo. - Subcommands:
warg init- Runscargo initand adds the entrypoint to the wasm-rgame application to thelib.rsfile.warg build- Builds the project, runs wasm-bindgen, and bundles HTML/javascript to create the full application.
- The main tool used for wasm-rgame projects. Analogous to