jsctypes - JS-Ctypes on Firefox OS -


i had used js-ctypes on firefox os app long ago dont seem able now. can't use components, has js-ctypes been disallowed form fxos apps?

the components object you're referring available firefox add-ons or gecko/xul. apps on firefox os 100% html5, css3, , ecmascript5. additional apis lower level hardware access we're working standardize.

if you're looking work c or c++ code in browser, preferred way use emscripten cross compile js. emscripten have limitation, , depends on you're trying do.

if you're trying work data backed typed array, in future have typed objects in es7, more usable the current story.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -