I feel that more poeple may share the same feeling.
I'm not looking for a job offering websites, it's not about doing the whole project for me - it's about letting me just skip the part I can't solve. It's also not about trying to monetize answers for trivial questions. I helped hundreds of people already in the past and I understand the value of knowledge sharing.
An example: I need to run Lua compiler (not Lua VM or something) in a browser. I'm totally not experienced with c++, emscripten, wasm, etc and I'm not interested right now. I just want to embed this solution into my frontend app. Not a whole project taking days/weeks/months, not a trivial question about centering images in a box.
Is there something like that already? Do you feel that is something you want to exist?
(BTW: If you feel brave - feel free to steal this idea and make it into reality if it not exist.)
As for your specific question, why would you assume that "running a Lua compiler in the browser" is an easy thing to do ? I would say that unless someone has already developed that integration and made it available chances are that it would actually be a significant project to implement.
Perhaps fengari, as suggested by another commenter, would do what you need. Presumably it must include a Lua byte compiler, so the question is whether it provides access to the byte compiled code (though why anyone would need to byte compile Lua in the browser but not run that code is beyond me).
On a separate note, marek_leisk2 is correct. I have clients who I can bill for 15 minutes at a time, but it's because they are already established clients with me.
Edit: Sounds like this was just one example. Feel free to email andrew@andrewmcwatters.com or reply here and we can talk through that problem further if you want. No charge.
As a quick reply and to be honest, unless you absolutely need this running in a browser, I'd just take a $12/yr VPS[2], pipe source to luac, then return its output to your users. It's less than maintaining luac builds with JavaScript integration points of multiple versions of Lua.
It was mostly fun but also a bit sketchy. Frequently I'd wind up helping students with their CS homework which is questionable but usually pleasant work.
Occasionally I'd run into a "hard case" such as the person who wanted me to make changes to the production SQL Server database where it wasn't clear to me that he had permission to make the changes and I didn't want to be responsible for messing the system up. (Which would have been a risk no matter what but I hadn't admined a SQL server database in years at that point.)
You hire somebody at a certain rate per hour then you set up a joined zoom session and go from there.
First relevant result on Google (not a recommendation): https://bountyquestion.com/
(Why would I spend 15 minutes reading your post and writing this comment if I am not getting paid?)