LiveSplit / livesplit-core

livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.

Home Page:https://livesplit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wasm-bindgen v0.2.84 breaks TypeScript bindings in LiveSplitOne

rekyuu opened this issue · comments

commented

On initial compilation, wasm will be undefined. This can be corrected by doing the following:

  • Add "allowJs": true to the tsconfig.json
  • Add import "./livesplit_core" to index.ts