Skip to content

Commit

Permalink
No longer need to export functions via makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAMan committed Mar 23, 2020
1 parent 88d2df4 commit bd8bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ src/subtitles-octopus-worker.bc: $(OCTP_DEPS) src/Makefile src/SubtitleOctopus.c
# Dist Files
EMCC_COMMON_ARGS = \
$(GLOBAL_CFLAGS) \
-s EXPORTED_FUNCTIONS="['_main', '_malloc', '_libassjs_find_next_event_start', '_libassjs_find_event_stop_times']" \
-s EXPORTED_FUNCTIONS="['_main', '_malloc']" \
-s EXTRA_EXPORTED_RUNTIME_METHODS="['ccall', 'cwrap', 'getValue', 'FS_createPreloadedFile', 'FS_createFolder']" \
-s NO_EXIT_RUNTIME=1 \
--use-preload-plugins \
Expand Down

0 comments on commit bd8bcab

Please sign in to comment.