Full-Stack-Fortran
Full-Stack-Fortran copied to clipboard
Fortran to WebAssembly
The current version of Emscripten used (2.0.12) works, but is quite old. An update would also maybe help with better WASI support (#7). Currently, compilation and linking fails using versions...
The current way of compiling using makefiles for the test example program is clunky at best. A more easy to configure and understand alternative would be nice. This ties into...
When I try the lfortran test example, got a issue that: Traceback (most recent call last): File "/app/conda/bin/lfort", line 3, in from lfortran.cli import main File "/app/conda/lib/python3.7/site-packages/lfortran/__init__.py", line 1, in...
In your blog post, you discuss the use of WebAssembly and Javascript for use in the browser. How about support for [Wasi](https://wasi.dev/) and a runtime environment like [Wasmtime](https://wasmtime.dev/)? It might...