WasmImport
Imports a function from the given module with the given optional name. The declaration name will be used if the name argument is not provided.
Can only be used on top-level external functions.
The annotated function will be imported into Wasm module without type adapters.
Since Kotlin
1.8Imports a function from the given module with the given optional name. The declaration name will be used if the name argument is not provided.
Can only be used on top-level external functions.
The annotated function will be imported into Wasm module without type adapters.