On Wed, May 27, 2020 at 11:05 AM Przemyslaw Mackowiak
wrote:
>
> Hi Folks.
>
> Is it possible to build JS bindings ? It seems that meson does not let
> for it:
>
> option('bindings',
>type : 'array',
>choices : ['luajit', 'cxx', 'mono'],
>value : ['luajit', 'cxx'],
>description : '
On Wed, May 27, 2020, at 15:20, Przemyslaw Mackowiak wrote:
> Hi Folks.
>
> Is it possible to build JS bindings ? It seems that meson does not let
> for it:
>
> option('bindings',
> type : 'array',
> choices : ['luajit', 'cxx', 'mono'],
> value : ['luajit', 'cxx'],
> description : 'W
Hi Folks.
Is it possible to build JS bindings ? It seems that meson does not let
for it:
option('bindings',
type : 'array',
choices : ['luajit', 'cxx', 'mono'],
value : ['luajit', 'cxx'],
description : 'Which auto-generated language bindings for efl to enable',
)
On the other hand the