Skip to content

Commit c652f64

Browse files
committed
More cleanups for type naming
1 parent a94257c commit c652f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/WasmKitGDBHandler/WasmKitHandler.swift renamed to Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import WasmKit
44

55
import struct Foundation.Date
66

7-
package final class WasmKitHandler: ChannelInboundHandler {
7+
package final class WasmKitGDBHandler: ChannelInboundHandler {
88
package typealias InboundIn = GDBPacket<GDBHostCommand>
99
package typealias OutboundOut = GDBTargetResponse
1010

Sources/wasmkit-gdb-tool/Entrypoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct Entrypoint: ParsableCommand {
4040
try channel.pipeline.syncOperations.addHandlers([
4141
ByteToMessageHandler(GDBHostCommandDecoder()),
4242
MessageToByteHandler(GDBTargetResponseEncoder()),
43-
WasmKitHandler(),
43+
WasmKitGDBHandler(),
4444
])
4545
}
4646
}

0 commit comments

Comments
 (0)