Skip to content

Commit bd8bcab

Browse files
committed
No longer need to export functions via makefile
1 parent 88d2df4 commit bd8bcab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ src/subtitles-octopus-worker.bc: $(OCTP_DEPS) src/Makefile src/SubtitleOctopus.c
293293
# Dist Files
294294
EMCC_COMMON_ARGS = \
295295
$(GLOBAL_CFLAGS) \
296-
-s EXPORTED_FUNCTIONS="['_main', '_malloc', '_libassjs_find_next_event_start', '_libassjs_find_event_stop_times']" \
296+
-s EXPORTED_FUNCTIONS="['_main', '_malloc']" \
297297
-s EXTRA_EXPORTED_RUNTIME_METHODS="['ccall', 'cwrap', 'getValue', 'FS_createPreloadedFile', 'FS_createFolder']" \
298298
-s NO_EXIT_RUNTIME=1 \
299299
--use-preload-plugins \

0 commit comments

Comments
 (0)