There was an error while loading. Please reload this page.
1 parent 96ae61d commit 7d10c8dCopy full SHA for 7d10c8d
1 file changed
Python/sysmodule.c
@@ -3898,6 +3898,8 @@ static PyStructSequence_Desc emscripten_info_desc = {
3898
4
3899
};
3900
3901
+EM_JS_DEPS(_Py_emscripten_runtime, "$stringToNewUTF8")
3902
+
3903
EM_JS(char *, _Py_emscripten_runtime, (void), {
3904
var info;
3905
if (typeof process === "object") {
0 commit comments