LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Tracking Issue for Multi Value WASM

Open CryZe opened this issue 4 years ago • 1 comments

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.

CryZe avatar Jul 14 '21 10:07 CryZe

There's two problems with -Z build-std. First of all, it seems to not be able to build std if we activate multivalue, but even if it did, -Z build-std finds the preinstalled std and then complains that it found two versions of std. So yeah this isn't ready at all, I probably need to ping Alex Crichton what the status of / plan for multivalue is.

CryZe avatar Jul 24 '21 12:07 CryZe