问题标签 [embedded-v8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Undefined symbol on node.js addon
I'm trying to create some node.js addons. Inside the addon i have a call to a static lib. Everything compiles ok, but when i call my addon function from javascript, i get the following:
My addon code is the following:
Can someone help?
Thanks
php - PHP 中 V8 的用例是什么?
PHP 已嵌入 V8 JavaScript 引擎,http://www.php.net/manual/en/book.v8js.php。我想知道什么是可能的用例,尤其是。考虑到 PHP 是同步的,而 JavaScript 是异步的。