firefox userChrome.js greasemonkeyスクリプトスレ 4
■ このスレッドは過去ログ倉庫に格納されています
0491名無しさん@お腹いっぱい。
2008/04/03(木) 20:47:43ID:DtWEuWzT0>>489はちょっと言い過ぎだったかも, でも日曜プログラマにはちょっと手が出しにくくなると思う
ttp://wiki.mozilla.org/Mozilla_2/XPCOM_and_Binary_Embedding
xtensions and XR applications
Extension authors can write most of their application in JS. However, they may still need the ability to interact with native code. This is important so that they can use
* precompiled external libraries (imagemagick)
* perform operations in native code which would be too slow in JS
Both of these use-cases can and should be solved with a FFI library which is exposed to JavaScript. See mfinkle's post about an early prototype based on python ctypes. Solutions such as SWIG may also be useful for scripting more complex C++ APIs.
■ このスレッドは過去ログ倉庫に格納されています