You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an existing package (https://wapm.io/package/f2c) that implements a Fortran77 to c program (f2c) but it doesn't seem to work. Since we already have a clang compiler, this sort of method might work. Avenues to explore:
There's an existing package (https://wapm.io/package/f2c) that implements a Fortran77 to c program (f2c) but it doesn't seem to work. Since we already have a clang compiler, this sort of method might work. Avenues to explore:
f2c
for WASI1 seems the easiest, but would result in a very old version of Fortran. Probably still useful for education purposes.
2 would need us to compile a Fortran interpreter, so would need a good candidate interpreter.
3 may be too difficult since it doesn't look like that pipeline could be easily compiled to WASM itself.
The text was updated successfully, but these errors were encountered: