Interestingly, wasm is pretty close to an embedded...
# kotlin-native
o
Interestingly, wasm is pretty close to an embedded target (no standard libc at all, all you got is cpu and raw memory), so I would suggest to start with understanding how wasm port is done, and then select a microcontroller with 300-400k ram at least, i.e. stm32, and arm/thumb isa. Then, compile ‘hello world’ in C, and reuse this toolchain for K/N. Adjust stdlib, especially Porting.cpp. And when everything works, send patch to us.