alexcrichton opened PR #13557 from alexcrichton:refactor-serve-debug to bytecodealliance:main:
When debugging was integrated into
wasmtime serveit effectively
duplicated the entire process of handling the TCP socket, accepting
connections, dealing with Hyper, etc. This commit is targeted at
removing all of this duplication and using the same path for
debugging-and-not to ensure they don't diverge over time.Note: this is bulit on https://github.com/bytecodealliance/wasmtime/pull/13555 currently
alexcrichton requested dicej for a review on PR #13557.
alexcrichton requested wasmtime-wasi-reviewers for a review on PR #13557.
alexcrichton requested wasmtime-core-reviewers for a review on PR #13557.
:thumbs_up: pchickey submitted PR review.
alexcrichton updated PR #13557.
alexcrichton has enabled auto merge for PR #13557.
alexcrichton added PR #13557 Reduce debugger-related duplication in wasmtime serve to the merge queue.
:check: alexcrichton merged PR #13557.
alexcrichton removed PR #13557 Reduce debugger-related duplication in wasmtime serve from the merge queue.
Last updated: Jul 29 2026 at 05:03 UTC