mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[emscripten] Add white-listed symbols
When input() is called in a script, it will happen at script importation and thus requires more white-listed symbols.
This commit is contained in:
committed by
EmilieNumworks
parent
235ec73e8e
commit
c934eab947
@@ -46,6 +46,16 @@ __ZN5QueueIN3Ion6Events5EventELi1024EE7enqueueES2_ \
|
||||
__ZN5QueueIN3Ion6Events5EventELi1024EE4sizeEv \
|
||||
__ZN5QueueIN3Ion6Events5EventELi1024EE4nextEPS2_ \
|
||||
__ZN4Code17ConsoleController23autoImportScriptAtIndexEib \
|
||||
__ZN4Code17ConsoleController16autoImportScriptENS_6ScriptEb \
|
||||
__ZN4Code17ConsoleController10autoImportEv \
|
||||
__ZN4Code17ConsoleController14viewWillAppearEv \
|
||||
__ZN19StackViewController25setupActiveViewControllerEv \
|
||||
__ZN19StackViewController4pushEP14ViewController7KDColorS2_S2_ \
|
||||
__ZZN4Code14MenuControllerC1EP9ResponderPNS_11ScriptStoreEP19ButtonRowControllerbENK3__0clEPvS8_ \
|
||||
__ZZN4Code14MenuControllerC1EP9ResponderPNS_11ScriptStoreEP19ButtonRowControllerbEN3__08__invokeEPvS8_ \
|
||||
__ZN10Invocation7performEPv \
|
||||
__ZN6Button11handleEventEN3Ion6Events5EventE \
|
||||
__ZThn28_N6Button11handleEventEN3Ion6Events5EventE \
|
||||
SAFE_HEAP_STORE \
|
||||
SAFE_HEAP_LOAD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user