-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
This is probably not possible without compromising on some of MIQT's major characteristics.
Ideas:
- The clang AST included a
mangledName
that could allow us to dload/LoadLibrary the Qt C++ library directly- Issue: Instantiating classes and using template methods may not be possible
- c2goasm
- Issue: The result is compiler-specific
- Prebuilt _syso binaries
- Issue: Supply chain risk factor 😬