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

Julia -- "ERROR: could not open file boot.jl" #5

Open
emsal0 opened this issue May 30, 2017 · 4 comments
Open

Julia -- "ERROR: could not open file boot.jl" #5

emsal0 opened this issue May 30, 2017 · 4 comments

Comments

@emsal0
Copy link

emsal0 commented May 30, 2017

I get the following output when trying to compile with julia 0.5.0:

$ julia --compile=all --output-bc=hello.bc hello.jl
ERROR: could not open file boot.jl
@ChristianMurphy
Copy link
Owner

Hey @emsal1863 👋

Julia is one of the languages I have not yet gotten to compile to LLVM bytecode.

Language Instructions Compiles to LLVM LLVM compiles to asm.js LLVM compiles to WASM
Julia
Icon Meaning
Success
Broken
Unknown

There are some suggestions on stack overflow which could be worth trying https://stackoverflow.com/questions/34146968/how-to-compile-a-julia-script.

PR(s) with next steps for getting it to work would be appreciated!

@ChristianMurphy
Copy link
Owner

Hey @emsal1863! 👋
Would you be interested in opening a pull request improving the Julia to WASM process or better documenting the current blocker?

@emsal0
Copy link
Author

emsal0 commented Nov 14, 2017

Sure! I'm quite busy at the moment (school) but would love to get my hands dirty with this sometime soon.

@ChristianMurphy
Copy link
Owner

It looks like https://github.com/amellnik/Julia-to-JS may provide a way forward toward Julia supporting WASM

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

No branches or pull requests

2 participants