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 da1cd55 commit 29126b3Copy full SHA for 29126b3
design/mvp/CanonicalABI.md
@@ -387,7 +387,7 @@ free list in the free elements of `array`.
387
self.free.append(i)
388
return h
389
```
390
-The handle index limit of `2**20` ensures that the high 2 bits of handle
+The handle index limit of `2**30` ensures that the high 2 bits of handle
391
indices are unset and available for other use in guest code (e.g., for tagging,
392
packed words or sentinel values).
393
0 commit comments