diff --git a/Python/sysmodule.c b/Python/sysmodule.c index aa9ff9e9a455de7..3c184ba4bb7fcdb 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -3898,6 +3898,8 @@ static PyStructSequence_Desc emscripten_info_desc = { 4 }; +EM_JS_DEPS(_Py_emscripten_runtime, "$stringToNewUTF8") + EM_JS(char *, _Py_emscripten_runtime, (void), { var info; if (typeof process === "object") {