You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
None of the distributed modules can be used in Cloudflare Workers, due to the usage of Node.js specific modules like path and fs without node: prefix. Would it be possible to add the prefix for those?
Alternatively, I see that there is a way to build custom module with the WASM embedded, which may removes the need for those path and fs modules. However, would you consider include that in the NPM package so other users can just NPM install and use it?
The text was updated successfully, but these errors were encountered:
None of the distributed modules can be used in Cloudflare Workers, due to the usage of Node.js specific modules like
path
andfs
withoutnode:
prefix. Would it be possible to add the prefix for those?Alternatively, I see that there is a way to build custom module with the WASM embedded, which may removes the need for those
path
andfs
modules. However, would you consider include that in the NPM package so other users can just NPM install and use it?The text was updated successfully, but these errors were encountered: