Commit 3c08f154 authored by Michael Droettboom's avatar Michael Droettboom

Fix emsdk build

parent 4153f5bc
......@@ -15,7 +15,6 @@ emsdk/.complete:
cd emsdk/binaryen/tag-1.38.10_64bit_binaryen/ ; \
make ; \
cd ../.. ; \
cp binaryen/tag-1.38.10/bin/binaryen.js binaryen/tag-1.38.10_64bit_binaryen/bin ; \
./emsdk activate --embedded --build=Release sdk-tag-1.38.10-64bit binaryen-tag-1.38.10-64bit ; \
touch .complete \
)
......
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.4/src/passes/FuncCastEmulation.cpp
+++ b/emsdk/binaryen/tag-1.38.4/src/passes/FuncCastEmulation.cpp
--- a/emsdk/binaryen/tag-1.38.10/src/passes/FuncCastEmulation.cpp
+++ b/emsdk/binaryen/tag-1.38.10/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
......@@ -10,4 +10,4 @@ index 013e9403..d95fc282 100644
+static const int NUM_PARAMS = 32;
// Converts a value to the ABI type of i64.
static Expression* toABI(Expression* value, Module* module) {
\ No newline at end of file
static Expression* toABI(Expression* value, Module* module) {
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment