Hi! Can I compile kotlin into a single wasm file f...
# multiplatform
d
Hi! Can I compile kotlin into a single wasm file for the browser (and/or nodejs) without using, nodejs, npm and webpack? I'm really annoyed with npm install, setup node and other redundant scripts. My web project is set up separately and uses Yarn PnP, I also don't plan on importing js into kotlin wasm, so I'd like to know how I can do the most simplified build option possible to get just one single wasm file and maybe js bindings. I would be very grateful if you could help me solve this problem or if you could tell me why it cannot be solved.
e
Maybe someone in #webassembly can help