Vladyslav
09/25/2025, 1:13 PMwasm32-unknown-unknown) from Kotlin code. Even if this means giving up some language constructs and features, I still want to achieve it. Could you help me understand the best way to do this?CharlieTap
09/30/2025, 1:43 PMwasm32-unknown-unknown is a target triple for LLVM, it basically means wasm32 with no assumed operating system. Is there any reason you want this configuration in particular? out the box the kotlin compiler supports wasm32-wasi which is way more flexible and allows you to compile code that makes syscallsVladyslav
10/06/2025, 10:21 AMCharlieTap
10/06/2025, 12:22 PMVladyslav
10/10/2025, 7:58 AM