Path: blob/main/src/closure-externs/dyncall-externs.js
4130 views
/**1* If DYNCALLS is enabled, then we will emit dynCall_* calls. If we happen to2* emit JS with such a call, but that code path is never reached, and the wasm3* does not contain any method with that signature, then we would not emit a4* dynCall_* method and closure would error. Define the common signatures here5* to avoid that.6*7* TODO: Fix https://github.com/emscripten-core/emscripten/issues/13858 in8* another way, either by landing9* https://github.com/emscripten-core/emscripten/pull/12088 or otherwise10* removing DYNCALLS.11*/12/**13* @suppress {duplicate, undefinedVars}14*/15var dynCall_v;16/**17* @suppress {duplicate, undefinedVars}18*/19var dynCall_vi;20/**21* @suppress {duplicate, undefinedVars}22*/23var dynCall_vii;24/**25* @suppress {duplicate, undefinedVars}26*/27var dynCall_iii;2829303132