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 b223b2d + 3e7effa commit 890e209Copy full SHA for 890e209
binaryen/type/heap_type.py
@@ -2,7 +2,7 @@
2
from .._binaryen import lib as __lib
3
4
5
-def is_basic(heap_type: __internals.BinaryenHeapType):
+def is_basic(heap_type: __internals.BinaryenHeapType | __internals.BinaryenType):
6
return bool(__lib.BinaryenHeapTypeIsBasic(heap_type))
7
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "binaryen.py"
-version = "117.1.0"
+version = "117.1.1"
description = "A Python wrapper for Binaryen"
9
authors = [{ name = "Jonathan Hargreaves", email = "[email protected]" }]
10
readme = "README.md"
0 commit comments