Package fluxo.conf.dsl.container.target
Interface WasmNativeTarget.Configure
-
- All Implemented Interfaces:
public interface WasmNativeTarget.Configure
-
-
Method Summary
Modifier and Type Method Description UnitwasmNative(Function1<WasmNativeTarget, Unit> configure)abstract Unitwasm32(String targetName, Function1<WasmNativeTarget, Unit> configure)-
-
Method Detail
-
wasmNative
@Deprecated(message = "Target is no longer available. See: https://kotl.in/native-targets-tiers") Unit wasmNative(Function1<WasmNativeTarget, Unit> configure)
-
wasm32
@Deprecated(message = "Target is no longer available. See: https://kotl.in/native-targets-tiers") abstract Unit wasm32(String targetName, Function1<WasmNativeTarget, Unit> configure)
-
-
-
-