-
I'm creating a plugin for bun that adds native support for ReScript - essentially, you simply write code in This works by defining a plugin function that takes in the file contents, and outputs the compiled JS. How can I compile Rescript within JavaScript itself, or is that not possible? |
Beta Was this translation helpful? Give feedback.
Answered by
dkirchhof
Jan 27, 2024
Replies: 1 comment 2 replies
-
What about the bun shell? await $`rescript`; |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about the bun shell?