mirror of https://github.com/pyodide/pyodide.git
14 lines
750 B
Diff
14 lines
750 B
Diff
diff --git a/emsdk/binaryen/master/src/passes/FuncCastEmulation.cpp b/emsdk/binaryen/master/src/passes/FuncCastEmulation.cpp
|
|
index 013e9403..d95fc282 100644
|
|
--- a/emsdk/binaryen/tag-1.38.22/src/passes/FuncCastEmulation.cpp
|
|
+++ b/emsdk/binaryen/tag-1.38.22/src/passes/FuncCastEmulation.cpp
|
|
@@ -39,7 +39,7 @@ namespace wasm {
|
|
// This should be enough for everybody. (As described above, we need this
|
|
// to match when dynamically linking, and also dynamic linking is why we
|
|
// can't just detect this automatically in the module we see.)
|
|
-static const int NUM_PARAMS = 15;
|
|
+static const int NUM_PARAMS = 61; // needed by scipy.odr._odrpack
|
|
|
|
// Converts a value to the ABI type of i64.
|
|
static Expression* toABI(Expression* value, Module* module) {
|