Open nikic opened 4 months ago
@llvm/issue-subscribers-backend-webassembly
Author: Nikita Popov (nikic)
Is there any update on this issue? This bug is kind of severe, as any feature that use multivalue ABI like u128
leads to maximum call stack error.
This affect many features including:
std::time::Duration
chrono
crateCan you work around the issue by not using multivalue for now?
From https://github.com/rust-lang/rust/issues/127318:
Results in:
Note the get-before-set of local 0.