[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: was: Some info about Python: Back to batteries
- From: pocomane <pocomane_7a@...>
- Date: Mon, 20 Jan 2020 19:04:59 +0100
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 .