lua-users home
lua-l archive

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


Here is a weird idea that might work:

- Compile Python to C with something like Nuitka
- Compile the C to WASM
- Find a WASM runtime in Lua (there are several floating around)

This is a very convoluted way to do it and will probably cause issues for slightly complicated programs though...