We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e0541 commit b633734Copy full SHA for b633734
Python/emscripten_trampoline.c
@@ -12,7 +12,7 @@ EMSCRIPTEN_KEEPALIVE const char trampoline_inner_wasm[] = {
12
#embed "Python/emscripten_trampoline_inner.wasm"
13
};
14
15
-EMSCRIPTEN_KEEPALIVE int trampoline_inner_wasm_length =
+EMSCRIPTEN_KEEPALIVE const int trampoline_inner_wasm_length =
16
sizeof(trampoline_inner_wasm);
17
18
// Offset of emscripten_count_args_function in _PyRuntimeState. There's a couple
0 commit comments