lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jan 20, 2020 at 5:52 PM Dennis Fischer
<darkwiiplayer@hotmail.com> wrote:
> The only thing that
> still annoys me about it is that Lua doesn't natively run in the
> browser, but that's very likely to be a non-issue thanks to web assembly
> sooner rather than later. Now that LLVM supports WASM as a backend, the
> hordes of rust fanboys will only accelerate that process.

Actually it is already very easy to compile lua for wasm, e.g.:
https://github.com/pocomane/walua .