use standard interpreter in different languages outside of nodejs or v8
What is the feature you are proposing to solve the problem?
consider allowing libnode.h (libnode.a/ libnode.lib) and libnode.wasm for nodejs runtime environment. This makes nodejs/ v8 environment available in other environments.
What alternatives have you considered?
There is a lot of effort with some good, many half baked wrappers, codes, and efforts
What is the problem this feature will solve?
use
standard interpreter
in different languages outside ofnodejs
orv8
What is the feature you are proposing to solve the problem?
consider allowing
libnode.h
(libnode.a
/libnode.lib
) andlibnode.wasm
fornodejs runtime environment
. This makesnodejs
/v8
environment available in other environments.What alternatives have you considered?
There is a lot of effort with some good, many half baked wrappers, codes, and efforts