Skip to content

Commit

Permalink
Fix compilation with emscripten v3.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Feb 3, 2023
1 parent d0211d6 commit ac72033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common-web.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ WEB_CFLAGS = -DWEB_API \
-DIPLUG_EDITOR=1

WAM_EXPORTS = "[\
'_createModule','_wam_init','_wam_terminate','_wam_resize', \
'_malloc', '_free', '_createModule','_wam_init','_wam_terminate','_wam_resize', \
'_wam_onprocess', '_wam_onmidi', '_wam_onsysex', '_wam_onparam', \
'_wam_onmessageN', '_wam_onmessageS', '_wam_onmessageA', '_wam_onpatch' \
]"

WEB_EXPORTS = "['_main', '_iplug_fsready', '_iplug_syncfs']"
WEB_EXPORTS = "['_malloc', '_free', '_main', '_iplug_fsready', '_iplug_syncfs']"

# LDFLAGS for both WAM and WEB targets
LDFLAGS = -s ALLOW_MEMORY_GROWTH=1 --bind
Expand Down
2 changes: 1 addition & 1 deletion iPlug2
Submodule iPlug2 updated 1 files
+2 −2 common-web.mk

0 comments on commit ac72033

Please sign in to comment.