Commit 28bb7f2
committed
Exit process when proc_exit is called on Node.js WASI
because Node.js's WASI implementatin does't supprot proc_exit in async
reactor model.
See https://github.com/nodejs/node/blob/2a4452a53af65a13db4efae474162a7dcfd38dd5/lib/wasi.js#L1211 parent eb9d9f2 commit 28bb7f2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments