Description
It no longer works since .NET 9. We always had this switch in the project in .NET 8. Has it been changed again?
<EmccExtraLDFlags>-lidbfs.js</EmccExtraLDFlags>
We get now following error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'FS')
window.Module.FS.syncfs(async t => { ... }
If we downgrade to .NET 8 it works again fine.