File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Sources/WasmKit/Execution Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4343 }
4444
4545 package struct Debugger : ~ Copyable {
46- package enum Error : Swift . Error {
46+ package enum Error : Swift . Error , @ unchecked Sendable {
4747 case entrypointFunctionNotFound
4848 case unknownCurrentFunctionForResumedBreakpoint( UnsafeMutablePointer < UInt64 > )
4949 case noInstructionMappingAvailable( Int )
130130 iseq. pointee = oldCodeSlot
131131 }
132132
133- /// Returns: `[Value]` result of `entrypointFunction` if current instance ran to completion, `nil` if it stopped at a breakpoint.
133+ /// - Returns: `[Value]` result of `entrypointFunction` if current instance ran to completion,
134+ /// `nil` if it stopped at a breakpoint.
134135 package mutating func run( ) throws -> [ Value ] ? {
135136 do {
136137 if let currentBreakpoint {
You can’t perform that action at this time.
0 commit comments