开发者

JavaScriptCore Portability

开发者 https://www.devze.com 2023-03-15 18:23 出处:网络
I\'m considering embedding JavaScriptCore in an application. I\'m curious a开发者_Go百科s to how portable it is? Ideally I\'d like it to run on Linux, Windows & OSX as well as Android and iOS. Nat

I'm considering embedding JavaScriptCore in an application. I'm curious a开发者_Go百科s to how portable it is? Ideally I'd like it to run on Linux, Windows & OSX as well as Android and iOS. Naturally OSX and iOS shouldn't be a problem, what about the remainder?


It is actually pretty easy to compile... even I have done it, lol. Just check it out via SVN as part of the webkit source code and from there it is just a matter of your options at compile-time that will determine how portable it is... you can make it a standalone binary to run javascript against, or include the headers,etc in your project - for built-in JS magic. One thing, unless you want the whole Webkit source tree, which is enormous, you might want to just download the JavascriptCore part. Up to you.. there is some interesting stuff in the rest of the WK tree, although.

0

精彩评论

暂无评论...
验证码 换一张
取 消