korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
korlibs.wasm
/
FuncWithType
Func
With
Type
data
class
FuncWithType
(
val
name
:
String
,
val
func
:
WasmType.Function
)
Members
Constructors
Func
With
Type
Link copied to clipboard
constructor
(
name
:
String
,
func
:
WasmType.Function
)
Properties
func
Link copied to clipboard
val
func
:
WasmType.Function
name
Link copied to clipboard
val
name
:
String