Maybe there's some hints here for how node does it.... there's very little to node that is on the C(++) side... https://github.com/nodejs/node/tree/master/lib/internal/modules/cjs
https://nodejs.org/api/addons.html Though that doesn't help actually embedding it. Although Node does also provide modules like 'os' 'process' ... On Wednesday, July 17, 2019 at 1:02:06 PM UTC-7, Joel Scarfone wrote: > > How can i embed v8 such that I can provide a native module? For example: > > import {foo} from 'FooBar'; > > foo(); > > > How can i get *foo() *to call into native code? > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/0c439fa4-a5c4-49b2-9924-a05eedb76b25%40googlegroups.com.
