WasmExport
Exports a function 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 non-external functions.
The annotated function will be exported from Wasm module without type adapters.
Since Kotlin
1.8Exports a function 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 non-external functions.
The annotated function will be exported from Wasm module without type adapters.