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

WASM roadmap #1485

Open
13 of 23 tasks
Tracked by #1600
certik opened this issue Jan 31, 2023 · 1 comment
Open
13 of 23 tasks
Tracked by #1600

WASM roadmap #1485

certik opened this issue Jan 31, 2023 · 1 comment
Labels

Comments

@certik
Copy link
Contributor

certik commented Jan 31, 2023

@certik
Copy link
Contributor Author

certik commented Jan 31, 2023

A good high level goal to "finish" the WASM effort is to take some code like Minpack or equivalent and get it compiling via WASM and get it working via wasmtime as well as in the browser.

We can do a progression of programs:

  • examples/expr2.f90
  • something intermediate (LPython or LFortran)
  • Minpack

For all these, the following should work:

  • lfortran --backend=wasm examples/expr2.f90 -o expr2.wasm and wasmtime expr2.wasm as well as running in the browser
  • lfortran --backend=wasm_x64 examples/expr2.f90 -o expr2

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

No branches or pull requests

1 participant