We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf35a6a commit 030f8dfCopy full SHA for 030f8df
design/mvp/CanonicalABI.md
@@ -269,10 +269,6 @@ class MemInst:
269
270
def ptr_size(self):
271
return ptr_size(self.ptr_type())
272
-
273
- def equal(lhs, rhs):
274
- return lhs.bytes == rhs.bytes and \
275
- lhs.addrtype == rhs.addrtype
276
```
277
The `ptr_type` and `ptr_size` methods return the core value type and byte
278
size of memory pointers.
design/mvp/canonical-abi/definitions.py
@@ -257,10 +257,6 @@ def ptr_type(self):
257
258
259
260
261
262
263
264
@dataclass
265
class LiftOptions:
266
string_encoding: str = 'utf8'
0 commit comments