Skip to content

Commit

Permalink
Merge pull request #20 from Systemcluster/main
Browse files Browse the repository at this point in the history
Add missing export for Fd
  • Loading branch information
bjorn3 authored Mar 8, 2023
2 parents aea9205 + 905e020 commit 59885ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import WASI from "./wasi.js";
export { WASI };

export { Fd } from './fd.js';
export { File, Directory } from "./fs_core.js";
export { OpenFile, PreopenDirectory } from "./fs_fd.js";
export { OpenFile, OpenDirectory, PreopenDirectory } from "./fs_fd.js";
export { strace } from "./strace.js";

0 comments on commit 59885ef

Please sign in to comment.