Skip to content

Commit b633734

Browse files
committed
Mark global as const
1 parent 04e0541 commit b633734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/emscripten_trampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ EMSCRIPTEN_KEEPALIVE const char trampoline_inner_wasm[] = {
1212
#embed "Python/emscripten_trampoline_inner.wasm"
1313
};
1414

15-
EMSCRIPTEN_KEEPALIVE int trampoline_inner_wasm_length =
15+
EMSCRIPTEN_KEEPALIVE const int trampoline_inner_wasm_length =
1616
sizeof(trampoline_inner_wasm);
1717

1818
// Offset of emscripten_count_args_function in _PyRuntimeState. There's a couple

0 commit comments

Comments
 (0)