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
Post a Comment