-
Notifications
You must be signed in to change notification settings - Fork 469
Support running rescript
in non-node environments
#5530
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
Comments
I think moving the compiler frontend (the
The original This solution seems relatively scalable to new JS runtimes coming along, and gives you a full standalone binary to build ReScript projects on systems that don't have any JS runtime. |
I consider the same. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is a similar feature request to #4965 but more general.
ReScript isn't a node-only language and so I shouldn't be required to install node just to build my ReScript projects.
Removing the dependency on node would unlock:
Deno.run
bun run rescript
The text was updated successfully, but these errors were encountered: