Skip to content

Commit

Permalink
Renamed field from "target" to "continuation"
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendoCosta committed Oct 7, 2024
1 parent d4f6cea commit c7ac3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gwr/execution/stack.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub type StackEntry
/// https://webassembly.github.io/spec/core/exec/runtime.html#labels
pub type Label
{
Label(arity: Int, target: List(instruction.Instruction))
Label(arity: Int, continuation: List(instruction.Instruction))
}

/// Activation frames carry the return arity <n> of the respective function, hold the values of
Expand Down

0 comments on commit c7ac3aa

Please sign in to comment.