- Correctly handle reset states (if they are even implemented yet)
- Waiting on settings to be added to implement user configuration
- Waiting on tie-breaker PR to be merged LiveSplit/livesplit-core#589
- Add XBOX and Windows Steam checks
- Optimize data structures further (mostly a cut and paste job for now)
- Add additional features requested (Golden Axe)
- Figure out better way to split on shrines
- install rustup + stable rust https://rustup.rs/
- install wasm target
rustup target add wasm32-unknown-unknown
- build wasm file (--release optional)
cargo build --target wasm32-unknown-unknown --release