adamko-dev / kafkatorio

GNU General Public License v3.0
17 stars 0 forks source link

Investigate using WASM to write the mod #7

Open aSemy opened 2 years ago

aSemy commented 2 years ago

TypeScriptToLua is good, but it requires kotlinx-typescript-generator so the packets are structured correctly.

Kotlin WASM is on the horizon. wasm2lua exists, although it isn't being actively developed. Maybe I can write the mod in Kotlin, compile it to WASM, and then convert it to LUA? Or at least the packet definitions?