Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running on Cloudflare Workers platform #25

Open
sntran opened this issue May 1, 2024 · 0 comments
Open

Support running on Cloudflare Workers platform #25

sntran opened this issue May 1, 2024 · 0 comments

Comments

@sntran
Copy link

sntran commented May 1, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant