build(wasm): major progress on gridfire compiling to wasm

This commit is contained in:
2025-12-03 11:38:08 -05:00
parent d852ee43fe
commit 7242c765f3
20 changed files with 295 additions and 250 deletions

View File

@@ -1,5 +1,7 @@
subdir('C')
if get_option('build_c_api')
subdir('C')
endif
if get_option('build-fortran')
if get_option('build_fortran')
subdir('fortran')
endif