Skip to content

Instantly share code, notes, and snippets.

@radical
Created September 20, 2021 17:16
Show Gist options
  • Save radical/ee6c07db4ec28d71e220cd01900dd883 to your computer and use it in GitHub Desktop.
Save radical/ee6c07db4ec28d71e220cd01900dd883 to your computer and use it in GitHub Desktop.
# Public config knobs
$(EmccCompileOptimizationFlag)
$(EmccLinkOptimizationFlag)
$(EmccTotalMemory)
$(EmccVerbose)
$(DisableParallelAot)
$(EnableDefaultWasmAssembliesToBundle)
$(WasmNativeDebugSymbols)
$(WasmDebugLevel)
$(WasmNativeStrip)
$(WasmStripAOTAssemblies)
$(WasmBuildNative)
$(RunAOTCompilationAfterBuild)
$(WasmBuildOnlyAfterPublish)
$(WasmTriggerPublishAppAfterThisTarget)
$(DisableAutoWasmBuildApp)
$(DisableAutoWasmPublishApp)
$(EmccFlags)
$(AOTMode)
@(NativeFileReference)
# Others
@(EmscriptenEnvVars)
@(EmscriptenPrependPATH)
$(EmccExtraBitcodeLDFlags)
$(EmccExtraCFlags)
$(EmccExtraLDFlags)
$(EmscriptenNodeToolsPath)
$(EmscriptenSdkToolsPath)
$(EmscriptenUpstreamBinPath)
$(ActualEmccVersionRaw)
$(RuntimeEmccVersionRaw)
$(EMSDK_PATH)
@(MonoAOTCompilerDefaultAotArguments)
@(MonoAOTCompilerDefaultProcessArguments)
@(MonoAotCrossCompiler)
$(AOTProfilePath)
$(InitAotProfilerCmd)
$(JsonToItemsTaskFactoryTasksAssemblyPath)
$(MicrosoftNetCoreAppRuntimePackDir)
$(MicrosoftNetCoreAppRuntimePackRidDir)
$(MicrosoftNetCoreAppRuntimePackRidNativeDir)
@(WasmAssembliesFinal)
@(WasmAssembliesToBundle)
@(WasmAssemblySearchPaths)
@(WasmExtraConfig)
@(WasmExtraFilesToDeploy)
@(WasmFilesToIncludeInFileSystem)
@(WasmNativeAsset)
@(WasmNestedPublishAppResultItems)
@(WasmRemoteSources)
$(WasmAppBuilderTasksAssemblyPath)
$(WasmAppDir)
$(WasmAssemblySearchPaths)
$(WasmBuildAppAfterThisTarget)
$(WasmBuildAppDependsOn)
$(WasmBuildingForNestedPublish)
$(WasmDedup)
$(WasmGenerateAppBundle)
$(WasmGenerateRunV8Script)
$(WasmIcuDataFileName)
$(WasmLinkIcalls)
$(WasmMainAssemblyFileName)
$(WasmMainJSPath)
$(WasmNativeWorkload)
$(WasmNestedPublishAppDependsOn)
$(WasmProfilers)
$(WasmResolveAssembliesBeforeBuild)
$(WasmRunV8ScriptPath)
$(WasmSkipMissingAssemblies)
$(WasmUseEMSDK_PATH)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment