blob: 5d1c38dd7898c8951103bb5fe48ba756343c50fa [file]
Module['onRuntimeInitialized'] = () => {
out('mounting node filesystem under /nodefs');
FS.mkdir('/nodefs');
FS.mount(NODEFS, { root: '.' }, '/nodefs');
FS.chdir('/nodefs');
};