How does it work in browser? #1130
dragonfly-ai
started this conversation in
General
Replies: 1 comment
-
@dragonfly-ai Thanks for your question. You are correct; the parts written in C only run in Node.js. All C APIs have a JavaScript fallback which allows usage in browsers. |
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
-
From the README.md: "... written in JavaScript (and C) for execution in browsers and in Node.js ..."
Can I safely assume that the parts written in C only run from Node.js, or can the Browser somehow access C libraries? If so, how!?
Beta Was this translation helpful? Give feedback.
All reactions