From 02ab7376b802992e0cc2fe249ef636faf1b518db Mon Sep 17 00:00:00 2001 From: William Volin Date: Mon, 7 Nov 2022 12:53:40 -0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e580bb..636af6b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # TODO: - [ ] 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 https://github.com/LiveSplit/livesplit-core/pull/589 +- [x] Waiting on tie-breaker PR to be merged https://github.com/LiveSplit/livesplit-core/pull/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) @@ -11,6 +11,11 @@ ## Install -add: - https://github.com/Eein/octopath-traveler-autosplitter-wasm/releases/latest/download/octopath_traveler_autosplitter_wasm.wasm + +## build +1. install rustup https://rustup.rs/ +2. install wasm target + - `rustup target add wasm32-unknown-unknown` +3. build wasm file (--release optional) + - `cargo build --target wasm32-unknown-unknown --release`