javascript


使用MetaCall将NodeJS嵌入到C / C++的示例。—非常难找到示例
https://github.com/metacall/embedding-nodejs-example

程序内嵌 nodejs
https://github.com/nodejs/node/blob/448d5d1a19924b62796b63bc7e598303b15f003f/test/embedding/embedtest.cc

2022-02-18 测试 v8 引擎嵌入C++
https://github.com/scizzydo/embedded_javascript/blob/master/javascript_test/main.cpp
2014-01-22 基于 JavaScript 的 shell。C++嵌入 V8。
https://github.com/gunsch/jsh/blob/master/environment.cc
2016-04-27 嵌入式 V8 示例的集合
https://github.com/atomba/v8-samples/blob/master/src/test1.cpp
2022-04-04 一个简单的 V8 包装器,用于将 Javascript 轻松嵌入到C++中。工作正在进行中!
https://github.com/yehorror/cardan/tree/main/test
2019-04-07 如何在C++应用中嵌入 V8 的简短示例
https://github.com/derceg/v8-embedding-example/blob/master/v8-embedding-example/v8-embedding-example.cpp
2014-12-21 基本C++使用Google的V8 JavaScript引擎嵌入测试
https://github.com/agrippa1994/v8_test/blob/master/v8_test/main.cpp
2017-08-29 使用 Nix 包管理器创建基于 v8 的应用程序的基本示例
https://github.com/fghibellini/v8-embedding-nixos/blob/master/src/main.cpp

将 V8 嵌入到C++应用程序中以获得乐趣和利润的实验。
https://github.com/ixtli/space-junk
这是 CRAN R 包存储库的只读镜像。V8 — 嵌入式 JavaScript 和 WebAssembly Engine for R. 主页:https://github.com/jeroen/v8(开发)https://v8.dev(上游)报告此软件包的错误:https://github.com/jeroen/v8/issues
https://github.com/cran/V8

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/272107.html

(0)
上一篇 2022年7月8日
下一篇 2022年7月8日

相关推荐

发表回复

登录后才能评论