We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37b89b commit ee98484Copy full SHA for ee98484
src/settings.js
@@ -1163,8 +1163,6 @@ var PTHREADS_DEBUG = 0;
1163
1164
var MAX_GLOBAL_ALIGN = -1; // received from the backend
1165
var IMPLEMENTED_FUNCTIONS = []; // received from the backend
1166
-var JSCALL_START_INDEX = 0; // received from the backend
1167
-var JSCALL_SIG_ORDER = {}; // received from the backend
1168
1169
// Duplicate function elimination. This coalesces function bodies that are
1170
// identical, which can happen e.g. if two methods have different C/C++ or LLVM
0 commit comments