Full-Stack-Fortran icon indicating copy to clipboard operation
Full-Stack-Fortran copied to clipboard

Fortran to WebAssembly

Results 7 Full-Stack-Fortran issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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...

wontfix

Support complex numbers in BLAS and LAPACK.

bug
help wanted

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...

enhancement