Skip to content

Commit 6607e50

Browse files
committed
[TS] Support one more call function
1 parent 2056a98 commit 6607e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript_strings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(self, DEBUG: bool, target: Target, outdir: str, **kwargs):
126126
}
127127
128128
const fn_list = ["uuuuuu", "buuuuu", "bbuuuu", "bbbuuu", "bbbbuu",
129-
"bbbbbb", "ubuubu", "ubuuuu", "ubbuuu", "uubuuu", "uububu"];
129+
"bbbbbb", "ubuubu", "ubuuuu", "ubbuuu", "uubuuu", "uububu", "ububuu"];
130130
131131
/* @internal */
132132
export async function initializeWasmFromUint8Array(wasmBinary: Uint8Array) {
@@ -1107,7 +1107,7 @@ class {struct_name}Holder {{
11071107
out_c = out_c + arg_info.ret_conv[1].replace('\n', '\n\t') + "\n"
11081108

11091109
fn_suffix = ""
1110-
assert len(fn_line.args_ty) < 6
1110+
assert len(fn_line.args_ty) < 7
11111111
for arg_info in fn_line.args_ty:
11121112
if arg_info.c_ty == "uint64_t" or arg_info.c_ty == "int64_t":
11131113
fn_suffix += "b"

0 commit comments

Comments
 (0)