We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029b93b commit de0d1deCopy full SHA for de0d1de
src/settings.js
@@ -1202,8 +1202,6 @@ var PTHREADS_DEBUG = 0;
1202
1203
var MAX_GLOBAL_ALIGN = -1; // received from the backend
1204
var IMPLEMENTED_FUNCTIONS = []; // received from the backend
1205
-var JSCALL_START_INDEX = 0; // received from the backend
1206
-var JSCALL_SIG_ORDER = {}; // received from the backend
1207
1208
// Duplicate function elimination. This coalesces function bodies that are
1209
// identical, which can happen e.g. if two methods have different C/C++ or LLVM
0 commit comments