Mobile is actually technically already supported in the code I wrote, the issue is that it doesn't propagate touch events in WASM builds - and the only workaround I've found is building a JS thingy that sends the events into the WASM code, but that simply isn't in the scope of a 48hr game jam.
That said, the underlying issue is likely to be resolved sooner rather than later!