Skip to content

Commit

Permalink
fix: reexport the WASIProcExit so it can be caught when calling expor…
Browse files Browse the repository at this point in the history
…ted functions

Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal committed Mar 31, 2024
1 parent 527f4df commit 177ee05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import WASI from "./wasi.js";
export { WASI };
import WASI, { WASIProcExit } from "./wasi.js";
export { WASI, WASIProcExit };

export { Fd } from "./fd.js";
export {
Expand Down

0 comments on commit 177ee05

Please sign in to comment.