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

Enable the WebAssembly Multivalue feature #924

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Jun 8, 2024

This enables the multivalue feature when building with the nightly Rust compiler. This is because the Rust standard library is not built with the multivalue feature enabled by default. Also we need to specifically use the spec compliant C ABI for it to work, which is also nightly only.

This enables the multivalue feature when building with the nightly Rust
compiler. This is because the Rust standard library is not built with
the multivalue feature enabled by default. Also we need to specifically
use the spec compliant C ABI for it to work, which is also nightly only.
@CryZe CryZe added enhancement A new feature or general improvement to LiveSplit One. performance Performance is suboptimal and should be improved. labels Jun 8, 2024
@CryZe CryZe linked an issue Jun 8, 2024 that may be closed by this pull request
@CryZe CryZe merged commit 5ff3d17 into LiveSplit:master Jun 8, 2024
1 check passed
@CryZe CryZe deleted the multivalue branch June 8, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or general improvement to LiveSplit One. performance Performance is suboptimal and should be improved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking Issue for Multi Value WASM
1 participant