deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

Add debugging to surface bottlenecks and performance issues #150

Closed technosophos closed 2 years ago

technosophos commented 2 years ago

This PR adds debugging so that we can identify particular places where race conditions, bottlenecks, and other performance issues might surface.

In particular, it adds debugging during the module bootstrapping phases, and before and after the output is sent to the client.

Signed-off-by: Matt Butcher matt.butcher@fermyon.com