Does Emscripten handle node-addon-api references? #24118
guest271314
started this conversation in
General
Replies: 1 comment
-
AFAIK, emscripten doesn't have any builtin support for node-addon-api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting out with node-addon-api in C++ to WASM, and eventually to JavaScript from something like this https://github.com/fails-components/webtransport/blob/master/transports/http3-quiche/src/http3wtsessionvisitor.cc. Does Emscripten handle node-addon-api references? Or, will this need to be modified by hand?
Beta Was this translation helpful? Give feedback.
All reactions