Comment by dfabulich
9 hours ago
A virtual filesystem makes it possible for the ESM you import to statically import other files in the virtual filesystem, which isn't possible by just dynamically importing a blob. Anything your blob module imports has to be updated to dynamically import its dependencies via blobs.
Correct. Especially painful if you use Worker threads or .node files