An auto splitter for SA2B in Dolphin (NTSC-U).
Download the .wasm file from the releases tab.
Right click your livesplit -> Edit Layout -> + -> Control -> Auto splitting Runtime (If you don't see it, update your livesplit.)
Browse for your newly downloaded .wasm file.
Deactivate the current PC SA2B Autosplitter (right click -> edit splits -> deactivate)
Enjoy!
This auto splitter is written in Rust. In order to compile it, you need to install the Rust compiler: Install Rust.
Afterwards install the WebAssembly target:
rustup target add wasm32-wasi --toolchain nightlyThe auto splitter can now be compiled:
cargo bThe auto splitter is then available at:
target/wasm32-wasi/release/sonic_suggests_autosplitter.wasm
Make sure too look into the API documentation for the asr crate.
You can use the debugger while developing the auto splitter to more easily see the log messages, statistics, dump memory and more.