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.
2 parents 0b5888f + defbacb commit d1d52deCopy full SHA for d1d52de
design/mvp/CanonicalABI.md
@@ -219,7 +219,7 @@ definitions via the `cx` parameter of type `CallContext`:
219
class CallContext:
220
opts: CanonicalOptions
221
inst: ComponentInstance
222
- lenders: [Handle]
+ lenders: [HandleElem]
223
borrow_count: int
224
225
def __init__(self, opts, inst):
design/mvp/canonical-abi/definitions.py
@@ -279,7 +279,7 @@ def num_i32_flags(labels):
279
280
281
282
283
284
285
0 commit comments