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 fb2456e commit 745a508Copy full SHA for 745a508
README.md
@@ -155,6 +155,9 @@ API
155
* **structref**: `Type`<br />
156
Structure reference. 🦄
157
158
+ * **arrayref**: `Type`<br />
159
+ Array reference. 🦄
160
+
161
* **stringref**: `Type`<br />
162
String reference. 🦄
163
index.d.ts
@@ -14,6 +14,7 @@ declare module binaryen {
14
const eqref: Type;
15
const i31ref: Type;
16
const structref: Type;
17
+ const arrayref: Type;
18
const stringref: Type;
19
const unreachable: Type;
20
const auto: Type;
0 commit comments