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 45e60d8 commit b628df9Copy full SHA for b628df9
tools/file_packager.py
@@ -318,8 +318,6 @@ def generate_object_file(data_files):
318
# A list of triples of:
319
# (file_name_ptr, file_data_size, file_data_ptr)
320
# The list in null terminate with a single 0
321
- .globl __emscripten_embedded_file_data
322
- .export_name __emscripten_embedded_file_data, __emscripten_embedded_file_data
323
.section .rodata.__emscripten_embedded_file_data,"",@
324
__emscripten_embedded_file_data:
325
.p2align {align}
0 commit comments