-
Notifications
You must be signed in to change notification settings - Fork 450
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
Make OCaml the best scripting langauges #428
Comments
it's already there, time to create bindings for NodeJS! |
we can add an option as below: bsc --bs-main main.ml after all compilation, User can also explicitly pass all files: bsc --bs-main main.ml --bs-files *.ml *.mli |
note it can also be used as a webpack loader #561 |
now it's real see #594 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mlx
in a special way, so that we compile it on the fly given the compiler is fast enough, (caching js files if is already built)The text was updated successfully, but these errors were encountered: