diff --git a/src/index.ts b/src/index.ts index 40f2d24..bd4236f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {