Browse Source
* introduce optimal defaults for wasm builds * dont include satelite assemblies. * always preventDefault mouse and pointer * fix argument order. * set initial heap size. * put properties in targets. * fix condition * restore props file * remove duplicate code. * allow people to override initial heap size... but not some critical properties, * add special ld flag.pull/9278/head
committed by
GitHub
4 changed files with 41 additions and 15 deletions
@ -1,5 +1,5 @@ |
|||
<Project> |
|||
<Project> |
|||
<PropertyGroup> |
|||
<EmccExtraLDFlags>$(EmccExtraLDFlags) --js-library="$(MSBuildThisFileDirectory)\interop.js"</EmccExtraLDFlags> |
|||
<EmccInitialHeapSize>16384000</EmccInitialHeapSize> <!-- must be a multiple of 64KiB, 1024000 * num MB, number grows --> |
|||
</PropertyGroup> |
|||
</Project> |
|||
|
|||
Loading…
Reference in new issue