We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9384e9f commit 89a469bCopy full SHA for 89a469b
packages/php-wasm/universal/src/lib/index.ts
@@ -79,10 +79,7 @@ export {
79
} from './urls';
80
81
export { isExitCode } from './is-exit-code';
82
-export {
83
- proxyFileSystem,
84
- proxyNonSharedMemoryFileSystems,
85
-} from './proxy-file-system';
+export { proxyFileSystem } from './proxy-file-system';
86
export { sandboxedSpawnHandlerFactory } from './sandboxed-spawn-handler-factory';
87
88
export * from './api';
0 commit comments