Skip to content

Commit

Permalink
fix(emscripten): LEGACY_VM_SUPPORT to support IE11 - #96
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Sep 22, 2018
1 parent ba13392 commit da9ddb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libsass/Makefile.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- Makefile.orig 2015-09-09 14:30:05.000000000 +0300
+++ Makefile 2015-09-09 14:36:59.000000000 +0300
@@ -208,6 +208,37 @@
@@ -208,6 +208,39 @@
debug-shared: CXXFLAGS := -g -DDEBUG -DDEBUG_LVL="$(DEBUG_LVL)" $(filter-out -O2,$(CXXFLAGS))
debug-shared: shared

Expand All @@ -12,6 +12,7 @@
+ -s WASM=0 \
+ -s DISABLE_EXCEPTION_CATCHING=0 \
+ -s ALLOW_MEMORY_GROWTH=1 \
+ -s LEGACY_VM_SUPPORT=1 \
+ -s EMTERPRETIFY=1 \
+ -s EMTERPRETIFY_ASYNC=1 \
+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \
Expand All @@ -25,6 +26,7 @@
+ -s WASM=0 \
+ -s DISABLE_EXCEPTION_CATCHING=0 \
+ -s ALLOW_MEMORY_GROWTH=1 \
+ -s LEGACY_VM_SUPPORT=1 \
+ -s EMTERPRETIFY=1 \
+ -s EMTERPRETIFY_ASYNC=1 \
+ -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist.json \
Expand Down

0 comments on commit da9ddb2

Please sign in to comment.