It would be nice to get this to work with cmake - more for the event insertion and nicer loading mechanism than the auto-recompile (given that even the linking step in some cmake projects takes multiple minutes).
First question: is that in line with what you, the maintainers, want to see this module do?
Second question: would a cmake build need to be fully configurable via the wasm.config.js file, or just whatever command line args can be supplied to cmake?
My thinking is that the former option would be a bit redundant and a lot of work, requiring a full AST parser for CMakeLists.txt files.
It would be nice to get this to work with cmake - more for the event insertion and nicer loading mechanism than the auto-recompile (given that even the linking step in some cmake projects takes multiple minutes).
First question: is that in line with what you, the maintainers, want to see this module do?
Second question: would a cmake build need to be fully configurable via the wasm.config.js file, or just whatever command line args can be supplied to cmake?
My thinking is that the former option would be a bit redundant and a lot of work, requiring a full AST parser for CMakeLists.txt files.