Re: [E-devel] JS bindings

2020-05-31 Thread Felipe Magno de Almeida
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 : '

Re: [E-devel] JS bindings

2020-05-30 Thread Daniel Kolesa
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

[E-devel] JS bindings

2020-05-27 Thread Przemyslaw Mackowiak
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