A WASM library for converting LiveSplit .lss files into the LibreSplit .json format.
An online converter using this library is available at libresplit.org/converter.
npm i @libresplit/converter- Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - WASM compiler target:
rustup target add wasm32-unknown-unknown - wasm-pack:
cargo install wasm-pack
or
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
git clone https://github.com/LibreSplit/converter
cd converter
wasm-pack build --scope libresplit --target web --releaseThis outputs a compiled WASM package under pkg/.
Published as an npm package under @libresplit/converter.