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.
1 parent 77f8665 commit 7674850Copy full SHA for 7674850
design/mvp/CanonicalABI.md
@@ -927,8 +927,7 @@ def wrap_i64_to_i32(i):
927
928
Finally, flags are lifted by OR-ing together all the flattened `i32` values
929
and then lifting to a record the same way as when loading flags from linear
930
-memory. The dynamic checks in `unpack_flags_from_int` will trap if any
931
-bits are set in an `i32` that don't correspond to a flag.
+memory.
932
```python
933
def lift_flat_flags(vi, labels):
934
i = 0
0 commit comments