Hi,
First of all, thank you for this repo it helped a great deal to start working with web assembly + docker.
I was trying to run this example in knative and observe its behavior... and i noticed ... even though the request is completed the wasm module/pod is consuming 100 % CPU utilization. Please see the image below.

I tried the same code (as the rust server in knative) without wasm it worked fine. I suspect that one of the dependent libraries is causing the issue. Not sure. Do you have any insight on this?
Thanks