Skip to content

Commit

Permalink
Introduce WASI and State Sharing (#28)
Browse files Browse the repository at this point in the history
This updates the `livesplit-core` and the Auto Splitting Runtime to the
latest version, which primarily brings support for auto splitters using
WASI. On top of that this introduces state sharing between sources,
where all sources that use the same underlying splits path use the same
timer and thus show the same information, but with different layouts.
  • Loading branch information
CryZe authored Jun 18, 2023
1 parent 0ea3105 commit 6bcce7d
Show file tree
Hide file tree
Showing 4 changed files with 678 additions and 290 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ jobs:
cd ~/.cargo/bin
tar -xzf cross-x86_64-unknown-linux-gnu.tar.gz
- name: Cache
uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72
with:
key: ${{ matrix.target }}

- name: Build Shared Library
run: sh .github/workflows/build_shared.sh
env:
Expand Down
Loading

0 comments on commit 6bcce7d

Please sign in to comment.