sunfishcode opened PR #7404 from sunfishcode:sunfishcode/serving-on
to bytecodealliance:main
:
Print a message on
wasmtime serve
startup showing the address thatwasmtime
is listening for requests on, so that users know what it's doing, and can copy+past the URL into curl or a browser to start using it.For example:
$ wasmtime serve target/wasm32-wasi/debug/hello_wasi_http.wasm Serving HTTP on http://0.0.0.0:8080/
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
sunfishcode requested pchickey for a review on PR #7404.
sunfishcode requested wasmtime-core-reviewers for a review on PR #7404.
pchickey submitted PR review.
pchickey has enabled auto merge for PR #7404.
pchickey merged PR #7404.
Last updated: Nov 22 2024 at 17:03 UTC