File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313+ -s ALLOW_MEMORY_GROWTH=1 \
1414+ -s EMTERPRETIFY=1 \
1515+ -s EMTERPRETIFY_ASYNC=1 \
16- + -s EMTERPRETIFY_WHITELIST=@../empterpreter_whitelist .json \
16+ + -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist .json \
1717+ --memory-init-file 0
1818+
1919+ js-debug: static
2525+ -s ALLOW_MEMORY_GROWTH=1 \
2626+ -s EMTERPRETIFY=1 \
2727+ -s EMTERPRETIFY_ASYNC=1 \
28- + -s EMTERPRETIFY_WHITELIST=@../empterpreter_whitelist .json \
28+ + -s EMTERPRETIFY_WHITELIST=@../emterpreter_whitelist .json \
2929+ -s ASSERTIONS=1 \
3030+ -s SAFE_HEAP=1 \
3131+ -s DEMANGLE_SUPPORT=1 \
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void sass_compile_emscripten(
8181 }
8282
8383 // returning data to JS via callback rather than regular function return value and C pointer fun,
84- // because emscripten does not inform JavaScript when an (empterpreter ) async function is done.
84+ // because emscripten does not inform JavaScript when an (emterpreter ) async function is done.
8585 // Since (char *) is a pointer (int) we can abuse EM_ASM_INT() to pass that back to JavaScript.
8686 // NOTE: Because we're performing tasks *after* we informed the JavaScript of success/error,
8787 // we need to make sure that those callbacks don't mess with the stack or prematurely
File renamed without changes.
You can’t perform that action at this time.
0 commit comments