Skip to content

Commit bf53851

Browse files
committed
Supports 1000 args with libffi-emscripten 2022-06-23
1 parent 6914430 commit bf53851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/ctypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
#ifndef CTYPES_MAX_ARGCOUNT
2222
#ifdef __EMSCRIPTEN__
23-
#define CTYPES_MAX_ARGCOUNT 122
23+
#define CTYPES_MAX_ARGCOUNT 1000
2424
#else
2525
#define CTYPES_MAX_ARGCOUNT 1024
2626
#endif

0 commit comments

Comments
 (0)