-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.gradle.api.attributes.HasAttributes,org.jetbrains.kotlin.gradle.plugin.KotlinTarget,org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsTargetDsl
public interface KotlinWasmTargetDsl implements KotlinJsTargetDsl
-
-
Method Summary
Modifier and Type Method Description Unitd8()abstract Unitd8(Function1<KotlinWasmD8Dsl, Unit> body)Unitd8(Action<KotlinWasmD8Dsl> fn)UnitapplyBinaryen()abstract UnitapplyBinaryen(Function1<BinaryenExec, Unit> body)UnitapplyBinaryen(Action<BinaryenExec> fn)-
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.dsl.KotlinJsTargetDsl
browser, browser, browser, getBinaries, getCompilations, getModuleName, getTestRuns, nodejs, nodejs, nodejs, produceExecutable, setModuleName, useCommonJs -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget
attributes, attributes, getApiElementsConfigurationName, getArtifactsTaskName, getComponents, getDefaultConfigurationName, getDisambiguationClassifier, getName, getOverrideDisambiguationClassifierOnIdeImport, getPlatformType, getPreset, getProject, getPublishable, getRuntimeElementsConfigurationName, getTargetName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, mavenPublication -
Methods inherited from class org.gradle.api.attributes.HasAttributes
getAttributes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
d8
abstract Unit d8(Function1<KotlinWasmD8Dsl, Unit> body)
-
d8
Unit d8(Action<KotlinWasmD8Dsl> fn)
-
applyBinaryen
Unit applyBinaryen()
-
applyBinaryen
abstract Unit applyBinaryen(Function1<BinaryenExec, Unit> body)
-
applyBinaryen
Unit applyBinaryen(Action<BinaryenExec> fn)
-
-
-
-