Skip to content

LibreSplit/converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

converter

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.

Install

npm i @libresplit/converter

Build

Prerequisites

  • 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

Building

git clone https://github.com/LibreSplit/converter
cd converter
wasm-pack build --scope libresplit --target web --release

This outputs a compiled WASM package under pkg/.


Published as an npm package under @libresplit/converter.

Contributors 2

  •  
  •  

Languages