do i need something additional?
or is an issue with the homebrew recipe?
r
russhwolf
01/21/2022, 5:42 PM
maybe poke around in #webassembly. WASM is no longer part of Kotlin/Native and it's being worked on as a new separate target platform. I don't think there's any precompiled binaries being distributed yet but I haven't been following super closely.
👍 2
n
nfrankel
01/21/2022, 5:43 PM
thanks
l
Landry Norris
01/21/2022, 6:40 PM
If you ever do need kotlinc-native, it looks like it's a script that calls run_konan konanc ${parameters}, so you may be able to call that manually.
💡 1
n
nfrankel
01/21/2022, 6:49 PM
thanks @Landry Norris
kotlinc-native
is just the tool
what i really want it kotlin -> wasm
the documentation mentioned it and the wasm target