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
When compiling with the wasm32-unknown-emscripten target, the recent nightly compilers can't seem to find the rust_eh_personality symbol. https://travis-ci.org/LiveSplit/livesplit-core/jobs/444812213#L605
It works just fine with the asmjs-unknown-emscripten target.
Activity
nstoddard commentedon Oct 23, 2018
I've seen this too, but only when
panic = 'abort'
is enabled. Is that enabled for your project?CryZe commentedon Oct 23, 2018
Yeah I have it set to abort.
wasm32-unknown-emscripten expects the rust_eh_personality symbol
Rollup merge of rust-lang#55774 - CryZe:patch-5, r=alexcrichton
Rollup merge of rust-lang#55774 - CryZe:patch-5, r=alexcrichton