How can I use Google Chrome's V8 JavaScript interpreter from Delphi?

后端 未结 6 2033
孤城傲影
孤城傲影 2020-12-23 22:26

I\'d like to embed the V8 JavaScript interpreter that ships with Google Chrome within my Delphi application. I\'m aware of the chromium embedded open-source project from Goo

6条回答
  •  离开以前
    2020-12-23 23:09

    I've been using the SpiderMonkey bridge also, without any problems. Runs reasonably fast, without a huge footprint, and have had no Unicode issues yet!

提交回复
热议问题