You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -419,7 +419,7 @@ It simply executes the block then records a label with an empty continuation.
419
419
The `br*` instructions search through the instruction stack (the `<k>` cell) for the correct label index.
420
420
Upon reaching it, the label itself is executed.
421
421
422
-
Note that, unlike in the WASM specification document, we do not need the special "context" operator here because the value and instruction stacks are separate.
422
+
Note that, unlike in the WebAssembly specification document, we do not need the special "context" operator here because the value and instruction stacks are separate.
0 commit comments