Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to wasmtime 22 #824

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Update to wasmtime 22 #824

merged 1 commit into from
Jul 8, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jul 8, 2024

This updates us to the latest version of wasmtime. The WASI API changed a lot, because WASI 0.2 got released since then. We still only support WASI 0.1 until there's practical toolchains for targeting WASI 0.2, so we can experiment with it.

Unfortunately the new API does not allow us to define custom file system logic anymore, so mapping to Windows device paths is not possible anymore.

@CryZe CryZe added enhancement An improvement for livesplit-core. dependencies A dependency needs to be updated. auto splitting This is about the auto splitting implementation. labels Jul 8, 2024
@CryZe CryZe added this to the v0.14 milestone Jul 8, 2024
This updates us to the latest version of wasmtime. The WASI API changed
a lot, because WASI 0.2 got released since then. We still only support
WASI 0.1 until there's practical toolchains for targeting WASI 0.2, so
we can experiment with it.

Unfortunately the new API does not allow us to define custom file system
logic anymore, so mapping to Windows device paths is not possible
anymore.
@CryZe CryZe merged commit 8d5b0f6 into LiveSplit:master Jul 8, 2024
69 of 70 checks passed
@CryZe CryZe deleted the wasmtime-22 branch July 8, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto splitting This is about the auto splitting implementation. dependencies A dependency needs to be updated. enhancement An improvement for livesplit-core.
Projects
Development

Successfully merging this pull request may close these issues.

1 participant