Hi Josh,
This, and a few other things we will need to work out before supporting static linking. The other potentially problematic thing I can think of off the top of my head is the global ambient scheduler, which is a singleton. With the static lib, initialization/deinitialization will have to be moved to a separate API, or done lazily.
Other than that, I cannot think of many technical hurdles.
This, and a few other things we will need to work out before supporting static linking. The other potentially problematic thing I can think of off the top of my head is the global ambient scheduler, which is a singleton. With the static lib, initialization/deinitialization will have to be moved to a separate API, or done lazily.
Other than that, I cannot think of many technical hurdles.