Hacker News new | ask | show | jobs
by emmelaich 1457 days ago
I wonder whether it would be easier to get Fortran in the browser with f2c (http://www.netlib.org/f2c/) then C to WASM.

I had excellent results with f2c on an old Fortran program when I used it.

1 comments

Thanks for sharing this! I tried it and indeed it works quite well.

This will be much simpler/easier than gfortran+dragonegg, and removes some roadblocks preventing me from using the latest emscripten/llvm.