deislabs / wagi

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

feat: ✨ Add protocol to console output when server starts #170

Closed bketelsen closed 2 years ago

bketelsen commented 2 years ago

This PR adds 'http://' to the console output when the server starts so that URL aware terminals can offer a clickable link to view the local server.

fixes https://github.com/deislabs/wagi/issues/169