savearray2
savearray2
@addaleax Sorry for resurrecting such an old issue. I don't have much experience working directly with v8, and am looking at embedding the Node.js runtime within a C++ (or ultimately...
As a side note, I tried the following code, but it fails when trying to call `global->Set` and include `process_object` (the same occurs for `native_require`): ```c++ MaybeLocal loadenv_ret = node::LoadEnvironment(...
Thank you! That was incredibly helpful! :) It's unfortunate that there isn't support for es6 modules right out of the box, but I think the `vm.SourceTextModule` solution will work. To...
Thanks for the suggestion! I haven't looked much at cmake-js recently. I think I took a look at it a (very) long time ago. It would be nice to lose...