/livesplit-wys

Potentially temporary repo for a Will You Snail autosplitter using the Auto Splitting Runtime

Primary LanguageRust

livesplit-wys

An auto splitter for Will You Snail.

Compilation

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-unknown-unknown --toolchain stable

The auto splitter can now be compiled:

cargo b

The auto splitter is then available at:

target/wasm32-unknown-unknown/release/livesplit_wys.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.