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

Improve Julia language support #410

Open
hatemhosny opened this issue Aug 17, 2023 · 0 comments
Open

Improve Julia language support #410

hatemhosny opened this issue Aug 17, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hatemhosny
Copy link
Collaborator

Julia language support is provided by @chriskoch/julia-wasm, which is based on julia-wasm.

Currently, this package contains a WASM compiled version of the Julia 1.04 compiler. It does support the standard library or using external libraries.

julia-wasm repo has not been active over the past few years.

Proposed improvements:

  • Update the wasm compiler to the latest Julia compiler (preferably with an automated script that allows future updates)
  • Allow using the standard library
  • Think about a way to support popular external libraries (may be similar to Pyodide or WebR)
@hatemhosny hatemhosny added the help wanted Extra attention is needed label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant