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,7 +1,9 @@
cmake = import('cmake')
subdir('python')
if get_option('build_python')
subdir('python')
subdir('pybind')
endif
subdir('fourdst')
subdir('sundials')
@@ -11,6 +13,5 @@ subdir('eigen')
subdir('json')
subdir('pybind')
subdir('CLI11')