Hi everyone, I'm building a web app for creating chordsheets in chordpro format. I'd like to include lilypond support so I looked into the existing web lilypond options. It seems however that all of these (like for instance hacklily and weblily) use a server to compile the lilypond and send it back to the client. Since I'd like to run the web app purely client side with offline support this isn't an option for me. Is there any way to run lilypond client side in a web app? Like with wasm or something similar? I've started trying to build lilypond for wasm with emscripten but am held up trying to compile all the depenencies for wasm as well.
All help and insights are greatly appreciated. Greetings, Aron de Jong