We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sources/WasmKit/Execution/Debugger.swift
1 parent a67b80d commit f960641Copy full SHA for f960641
Sources/WasmKit/Execution/Debugger.swift
@@ -46,7 +46,7 @@
46
47
package private(set) var state: State
48
49
- /// Pc ofthe final instruction that a successful program will execute, initialized with `Instruction.endofExecution`
+ /// Pc of the final instruction that a successful program will execute, initialized with `Instruction.endofExecution`
50
private let endOfExecution = Pc.allocate(capacity: 1)
51
52
/// Addresses of functions in the original Wasm binary, used for looking up functions when a breakpoint
0 commit comments