Tracking Issue for Multi Value WASM #578
Labels
enhancement
A new feature or general improvement to LiveSplit One.
needs further discussion / research
There's further design decisions that need to be made in order to continue.
performance
Performance is suboptimal and should be improved.
Multi-value (
+multivalue
) is available in all browsers, but Rust seems to have trouble dealing with the ABI change. std is precompiled without multi value, so std is incompatible with your own crates that are compiled with the feature. We may need to build std ourselves with the nightly compiler.The text was updated successfully, but these errors were encountered: