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

Revert "Return error when exception was raised after main thread fini… #2524

Merged
merged 1 commit into from
Sep 4, 2023

Commits on Aug 31, 2023

  1. Revert "Return error when exception was raised after main thread fini…

    …shes (bytecodealliance#2169)"
    
    This reverts commit 71d43f3.
    
    for some reasons, the original commit assumes a trap should win over
    an exit even if the former is 1 second behind the latter. i don't
    see any reason it should. in that case, the expected behavior is that
    the exit likely wins and the other thread won't even reach the code to
    raise a trap.
    yamt committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f4f1652 View commit details
    Browse the repository at this point in the history