- setClasspath(FileCollection) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Sets the classpath to use to compile the wasm file.
- setCompilerVersion(String) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Set the JWasmAssembler compiler version.
- setDebugNames(boolean) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Generates textual names for function types, globals, labels etc.
- setFormat(OutputFormat) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Set the compiler output format.
- setProperty(String, String) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Set a property for the compiler.
- setSourceMapBase(String) - Method in class de.inetsoftware.jwebassembly.gradle.WasmTask
-
Property for an absolute or relative path between the final wasm file location and the source files location.