diff --git a/src/gwr/execution/stack.gleam b/src/gwr/execution/stack.gleam index 62f9c38..0087650 100644 --- a/src/gwr/execution/stack.gleam +++ b/src/gwr/execution/stack.gleam @@ -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 of the respective function, hold the values of