Join Slack
Powered by
Is there any way to inline assembly in kotlin nati...
# kotlin-native
c
camdenorrb
09/30/2018, 7:09 AM
Is there any way to inline assembly in kotlin native?
o
olonho
09/30/2018, 7:18 AM
yes, just use inline asm in the .def file, after
---
separator, like in
https://github.com/JetBrains/kotlin-native/blob/bf3cdde30aa664b9275bafbce154492ef3b406d6/samples/videoplayer/src/main/c_interop/ffmpeg.def#L9
96
Views
Open in Slack
Previous
Next