Package 

Interface KotlinWasmTargetDsl

  • 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
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit d8()
      abstract Unit d8(Function1<KotlinWasmD8Dsl, Unit> body)
      Unit d8(Action<KotlinWasmD8Dsl> fn)
      Unit applyBinaryen()
      abstract Unit applyBinaryen(Function1<BinaryenExec, Unit> body)
      Unit applyBinaryen(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