Interface TeaVMNativeBaseConfiguration

All Superinterfaces:
TeaVMCommonConfiguration
All Known Subinterfaces:
TeaVMCConfiguration, TeaVMWasiConfiguration, TeaVMWasmBaseConfiguration, TeaVMWasmConfiguration, TeaVMWasmGCConfiguration

public interface TeaVMNativeBaseConfiguration extends TeaVMCommonConfiguration
  • Method Details

    • getMinHeapSize

      org.gradle.api.provider.Property<Integer> getMinHeapSize()
    • getMaxHeapSize

      org.gradle.api.provider.Property<Integer> getMaxHeapSize()