- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Are there any plans for having the possibility to target webassembly with ifort? i.e. have my fortran code run in a browser?
(Windows 10, ifort 19.1, visual studio 2019)
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Not from Intel, would be my prediction. Seems unlikely in general to me - that's not the target audience for Fortran.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@Erik_T_1 Your best bet is Flang/LLVM: https://releases.llvm.org/11.0.1/tools/flang/docs/ReleaseNotes.html
As of LLVM 11.0.1 (2020-01-14), Flang isn’t quite yet able to generate LLVM IR, but once it does (prob. by the end of 2021) it should be possible to build a complete Flang/LLVM-based Fortran-to-WebAssembly toolchain à la Alon Zakai’s Emscripten (you could be the next Alon Zakai:)
