Hacker News new | ask | show | jobs
by dfabulich 86 days 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.
1 comments

Correct. Especially painful if you use Worker threads or .node files