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

wasi: add returnOnExit option #32101

Merged
merged 1 commit into from Mar 8, 2020
Merged

wasi: add returnOnExit option #32101

merged 1 commit into from Mar 8, 2020

Commits on Mar 8, 2020

  1. wasi: add returnOnExit option

    This commit adds a WASI option allowing the __wasi_proc_exit()
    function to return an exit code instead of forcefully terminating
    the process.
    
    PR-URL: nodejs#32101
    Fixes: nodejs#32093
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Gus Caplan <me@gus.host>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    cjihrig committed Mar 8, 2020
    Copy the full SHA
    6aff62f View commit details
    Browse the repository at this point in the history