-
cacheDirectory
String cacheDirectory
compile cache directory
-
classesToPreserve
String[] classesToPreserve
java lcasses to preserve
-
classPath
List<String> classPath
java classpath
-
compressWasm
boolean compressWasm
whether compress wasm after compiled
-
debugInformationGenerated
boolean debugInformationGenerated
whether generate debug information
-
dumpNames
boolean dumpNames
whether dump functions names in wasc file
-
enableMemoryTraceHooks
boolean enableMemoryTraceHooks
whether enable memory trace hooks
-
entryPointName
String entryPointName
entrypoint function name
-
fastDependencyAnalysis
boolean fastDependencyAnalysis
whether use fast dependency analysis
-
heapDump
boolean heapDump
whether dump heap in target
-
incremental
boolean incremental
whether use incremental compile
-
longjmpSupported
boolean longjmpSupported
long jmp instruction supported in target
-
mainClass
String mainClass
main java class with main method
-
maxHeapSize
int maxHeapSize
max java heap size in target
-
maxMemorySize
int maxMemorySize
max available memory size in target
-
maxTopLevelNames
int maxTopLevelNames
max top level names
-
minHeapSize
int minHeapSize
min java heap size in target
-
obfuscated
boolean obfuscated
whether generate obfuscated result
-
optimizationLevel
MyJavaOptimizationLevel optimizationLevel
compile optimization level
-
optimizeWasmStart
boolean optimizeWasmStart
whether use wasm start optimizer
-
properties
Properties properties
compile properties
-
sourceDirectories
List<String> sourceDirectories
source directories
-
sourceFilesCopied
boolean sourceFilesCopied
whether is source files copied
-
sourceJarFiles
List<String> sourceJarFiles
source jar files
-
sourceMapsFileGenerated
boolean sourceMapsFileGenerated
whether need generate source maps file
-
strict
boolean strict
whether use strict mode when build target is js
-
tagetFileName
String tagetFileName
build target filename
-
targetDirectory
String targetDirectory
target directory path
-
targetType
MyJavaTargetType targetType
build target type
-
transformers
String[] transformers
used transformers
-
wasmSectionCode
int wasmSectionCode
wasc wasm section code to use
-
wasmVersion
WasmBinaryVersion wasmVersion
which wasm binary format version to use