Skip to content

Missing rust_eh_personality with wasm32-unknown-emscripten #55276

@CryZe

Description

@CryZe
Contributor

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

nstoddard commented on Oct 23, 2018

@nstoddard

I've seen this too, but only when panic = 'abort' is enabled. Is that enabled for your project?

CryZe

CryZe commented on Oct 23, 2018

@CryZe
ContributorAuthor

Yeah I have it set to abort.

added a commit that references this issue on Nov 8, 2018
a9b5988
added a commit that references this issue on Nov 8, 2018
6b593d1
added a commit that references this issue on Nov 9, 2018
7125b8f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @CryZe@nstoddard

        Issue actions

          Missing rust_eh_personality with wasm32-unknown-emscripten · Issue #55276 · rust-lang/rust