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 51af9e1 commit a1753d6Copy full SHA for a1753d6
Python/emscripten_trampoline_inner.c
@@ -3,7 +3,7 @@
3
// support wasm-gc yet. If the JS runtime does not support wasm-gc (or has buggy
4
// support like iOS), we will use the JS trampoline fallback.
5
6
-typedef void PyObject;
+#define PyObject void;
7
8
typedef PyObject* (*three_arg)(PyObject*, PyObject*, PyObject*);
9
typedef PyObject* (*two_arg)(PyObject*, PyObject*);
0 commit comments