candlecorp / wick

Functional, reactive WebAssembly with a twist
https://candle.dev
Other
471 stars 17 forks source link

Added more progress events at startup #430

Closed jsoverson closed 1 year ago

jsoverson commented 1 year ago

With the increasing size of applications, the time between a run or an invoke and seeing anything happen is growing.

This adds progress events after each component is instantiated, as well as the time it took to do so to highlight progress and potential spots for improvement.

Example output attached.

Screenshot 2023-08-31 at 6 53 21 PM