Skip to content

wasmtime features: gc-drc #865

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

Merged
merged 4 commits into from
Mar 19, 2025
Merged

wasmtime features: gc-drc #865

merged 4 commits into from
Mar 19, 2025

Conversation

AlexKnauth
Copy link
Contributor

Fixes #864

Copy link
Collaborator

@CryZe CryZe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my local changes I have:

.wasm_function_references(true).wasm_gc(true)

when configuring the engine in Runtime::new, so we probably want that as well.

@CryZe CryZe enabled auto-merge (squash) March 19, 2025 08:00
@CryZe CryZe merged commit 4ee19e0 into LiveSplit:master Mar 19, 2025
70 checks passed
@AlexKnauth AlexKnauth deleted the gc-drc branch March 19, 2025 13:21
@CryZe CryZe added this to the v0.14 milestone Mar 24, 2025
@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 Mar 24, 2025
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
None yet
Development

Successfully merging this pull request may close these issues.

cannot create an engine with GC support when none of the collectors are available; enable one of the following features: gc-drc, gc-null
2 participants