nfrankel
01/21/2022, 5:35 PMkotlinc-native
https://kotlinlang.org/docs/native-command-line-compiler.html
but i’ve installed kotlin with homebrew
and i don’t see kotlinc-native
in the available binaries
$ls /usr/local/Cellar/kotlin/1.6.10/bin
kapt kotlin kotlin-dce-js kotlinc kotlinc-js kotlinc-jvm
do i need something additional?
or is an issue with the homebrew recipe?russhwolf
01/21/2022, 5:42 PMnfrankel
01/21/2022, 5:43 PMLandry Norris
01/21/2022, 6:40 PMnfrankel
01/21/2022, 6:49 PMkotlinc-native
is just the tool
what i really want it kotlin -> wasm
the documentation mentioned it and the wasm target
konan
seems to be a bit deep for what i want to achieve