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

Make the library runnable in bytecode #4

Open
vthemelis opened this issue Jul 23, 2023 · 0 comments · May be fixed by #5
Open

Make the library runnable in bytecode #4

vthemelis opened this issue Jul 23, 2023 · 0 comments · May be fixed by #5

Comments

@vthemelis
Copy link
Contributor

If I try to run the executable of this library as bytecode, I get the following:

◦ dune exec ./parse_and_print.bc 
File "dune", line 35, characters 7-22:
35 |  (name parse_and_print)
            ^^^^^^^^^^^^^^^
Error: No rule found for dllffi_ocaml.so

Could you add a dynamic library build as well?

I'm interested in this to allow running this and pyre in the debugger.

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

Successfully merging a pull request may close this issue.

1 participant