Skip to content

Commit

Permalink
feat: Export WASI definitions including constants and types (#57)
Browse files Browse the repository at this point in the history
This allows users to implements their own `Fd` interface.
  • Loading branch information
kateinoigakukun authored Dec 7, 2023
1 parent 66fded0 commit 14686d4
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 14686d4

Please sign in to comment.