+ allow exports from programs for wasm targets

git-svn-id: branches/wasm@46983 -
This commit is contained in:
nickysn 2020-09-28 02:58:47 +00:00
parent 60762dbfee
commit b9375d2d76

View File

@ -364,7 +364,7 @@ interface
system_arm_wince,
system_x86_64_win64,
system_i8086_win16,
system_aarch64_win64]+systems_linux+systems_android;
system_aarch64_win64]+systems_linux+systems_android+systems_wasm;
{ all systems that reference symbols in other binaries using indirect imports }
systems_indirect_var_imports = systems_all_windows+[system_i386_nativent];