bjorn3 / browser_wasi_shim

A WASI shim for in the browser
Apache License 2.0
299 stars 40 forks source link

feat: Return exit code from WASI.start() #53

Closed kateinoigakukun closed 9 months ago

kateinoigakukun commented 9 months ago

As well as Node.js's WASI implementation, providing a way to get exit code passed to proc_exit would be useful. This is a part of a series changes of wasi-testsuite adaption.

bjorn3 commented 9 months ago

Thanks. I wasn't aware of wasi-testsuite.