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 e6264b4 commit c2bccd0Copy full SHA for c2bccd0
1 file changed
Python/emscripten_trampoline.c
@@ -43,7 +43,7 @@ EM_JS(int, _PyEM_CountFuncParams, (PyCFunctionWithKeywords func),
43
if (n !== undefined) {
44
return n;
45
}
46
- n = WebAssembly.Function.type(wasmTable.get(func)).parameters.length;
+ n = wasmTable.get(func).type().parameters.length;
47
_PyEM_CountFuncParams.cache.set(func, n);
48
49
0 commit comments