Skip to content

Commit

Permalink
Rename fs_core.ts to fs_mem.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 8, 2024
1 parent 8fc17ad commit 0693fed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export {
OpenDirectory,
PreopenDirectory,
ConsoleStdout,
} from "./fs_core.js";
} from "./fs_mem.js";
export { SyncOPFSFile, OpenSyncOPFSFile } from "./fs_opfs.js";
export { strace } from "./strace.js";
export * as wasi from "./wasi_defs.js";

0 comments on commit 0693fed

Please sign in to comment.