How does embind works?
#21887
-
From the C++ function signature or class, how does it goes from that to JS? |
Beta Was this translation helpful? Give feedback.
Answered by
sbc100
May 3, 2024
Replies: 1 comment
-
The short answer is that its C++ template magic. The long answer is lot more complicated. This video from 2014 contains a lot of the details: https://www.youtube.com/watch?v=Dsgws5zJiwk |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msqr1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The short answer is that its C++ template magic.
The long answer is lot more complicated. This video from 2014 contains a lot of the details: https://www.youtube.com/watch?v=Dsgws5zJiwk