Skip to content

Commit a81b4ba

Browse files
committed
[TS] Add support for one additional call semantic which is now used
1 parent e0051f1 commit a81b4ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ts/js-wasm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ DECL_IMPORT(b, u, u, u, u, u)
4242
DECL_IMPORT(b, b, u, u, u, u)
4343
DECL_IMPORT(b, b, b, u, u, u)
4444
DECL_IMPORT(b, b, b, b, u, u)
45+
DECL_IMPORT(b, b, b, b, b, u)
4546
DECL_IMPORT(b, b, b, b, b, b)
4647
DECL_IMPORT(u, b, u, u, b, u)
4748
DECL_IMPORT(u, b, u, u, u, u)

typescript_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(self, DEBUG: bool, target: Target, outdir: str, **kwargs):
127127
isWasmInitialized = true;
128128
}
129129
130-
const fn_list = ["uuuuuu", "buuuuu", "bbuuuu", "bbbuuu", "bbbbuu",
130+
const fn_list = ["uuuuuu", "buuuuu", "bbuuuu", "bbbuuu", "bbbbuu", "bbbbbu",
131131
"bbbbbb", "ubuubu", "ubuuuu", "ubbuuu", "uubuuu", "uububu", "ububuu"];
132132
133133
/* @internal */

0 commit comments

Comments
 (0)