olisol
Newcomer
- Joined
- Mar 7, 2022
- Messages
- 1
- Reaction score
- 0
Hello,
Raising a general question if anybody tried or succeeded with running Lua compiler in Web assembly.
We have a Web-based LUA IDE for our IoT product and we would love to implement the IDE fully on client-side, instead of running a server with a compiler binary and calling it with an API. Pretty much we have the full-fledged code editor in the browser but before deploying it to the product using Web Serial API we need to compile the source code.
Thanks.
Raising a general question if anybody tried or succeeded with running Lua compiler in Web assembly.
We have a Web-based LUA IDE for our IoT product and we would love to implement the IDE fully on client-side, instead of running a server with a compiler binary and calling it with an API. Pretty much we have the full-fledged code editor in the browser but before deploying it to the product using Web Serial API we need to compile the source code.
Thanks.