rs2048
rs2048 copied to clipboard
Create rudimentary CI/CD pipeline
Create a rudimentary CI/CD pipeline.
Steps to include:
- Build the WASM version of rs2048
- Deploy the new version of the demo when merging with master
Have you worked on this yet? I don't mind doing it nobody else is.
I have not. Please go ahead and start working on this.
In case you run into issues or want an outside opinion, don't be shy to reach out.
Looking forward to your work,
Stefan.
@KappaDistributive got it. Just a small question, how are Rust WASM packages built? As in, what is the command for it?
cargo web build --target=wasm32-unknown-unknown --release should do the trick.
Here's some relevant documentation: https://github.com/koute/cargo-web