You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, compilation tends to go awry if you use wasm32-unknown-unknown without optimizations enabled. This is essentially due to immaturity of the rest of the toolchain; this issue is just for tracking the status.
The text was updated successfully, but these errors were encountered:
I believe at least one piece in solving this will be #3. If you leave LLVM assertions turned on then at lower optimization levels it often hits an LLVM assertion. There may also be bugs in binaryen's s2wasm right now, but I don't think we've ever gotten far enough to test that.
We shouldn't close this out automatically with #3 though because it's likely we'll need to do more than just upgrade llvm.
Since upgrading to LLVM 6 this is unfortunately still not fixed, and I've started closing bugs in favor of rust-lang/rust#46367 which I plan to use as the rustc tracking issue for this.
Currently, compilation tends to go awry if you use
wasm32-unknown-unknown
without optimizations enabled. This is essentially due to immaturity of the rest of the toolchain; this issue is just for tracking the status.The text was updated successfully, but these errors were encountered: