Skip to content

Commit 0a7775a

Browse files
committed
gh-156243: Use EM_JS_DEPS to indicate that emscripten_runtime depends on stringToNewUTF8
1 parent ee521e8 commit 0a7775a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/sysmodule.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3868,6 +3868,8 @@ static PyStructSequence_Desc emscripten_info_desc = {
38683868
4
38693869
};
38703870

3871+
EM_JS_DEPS(_Py_emscripten_runtime, "$stringToNewUTF8")
3872+
38713873
EM_JS(char *, _Py_emscripten_runtime, (void), {
38723874
var info;
38733875
if (typeof process === "object") {

0 commit comments

Comments
 (0)