Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Emscripten EH/SjLj in Wasm64 #14108

Closed
wants to merge 5 commits into from

Commits on May 6, 2021

  1. Support Emscripten EH/SjLj in Wasm64

    This reflects changes in the function signature in
    https://reviews.llvm.org/D101985 and also uses `from64` function defined
    in emscripten-core#12869. This has not been tested against wasm64 yet and I'm uploading
    this mainly for discussions at this point.
    
    Also in the team chat of the tools team we discussed other alternatives
    to `from64` function, which can be done separately and not reflected
    here.
    aheejin committed May 6, 2021
    Copy the full SHA
    0eca1c6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Address comments

    aheejin committed May 12, 2021
    Copy the full SHA
    abe0ce1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Address comments

    aheejin committed May 13, 2021
    Copy the full SHA
    de7ba72 View commit details
    Browse the repository at this point in the history
  2. Fixes

    aheejin committed May 13, 2021
    Copy the full SHA
    8b06b62 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    06270c9 View commit details
    Browse the repository at this point in the history