Skip to content

Commit

Permalink
feat: Export WASI definitions including constants and types
Browse files Browse the repository at this point in the history
This allows users to implements their own `Fd` interface.
  • Loading branch information
kateinoigakukun committed Dec 5, 2023
1 parent 9289c4c commit 2717f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export {
PreopenDirectory,
} from "./fs_fd.js";
export { strace } from "./strace.js";
export * as wasi from "./wasi_defs.js";

0 comments on commit 2717f03

Please sign in to comment.