About new example virtual_file_system
#451
-
I don't quite understand what it means. Does this mean that we can directly generate header files through py to embed files? |
Beta Was this translation helpful? Give feedback.
Answered by
hassandraga
Jul 11, 2024
Replies: 1 comment 1 reply
-
Yes, but this works only for C/C++ for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jinzhongjia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, but this works only for C/C++ for now.
This is to show an example of how to embed files into the final compiled program.
I still thinking how to make this works for all wrappers... I'm still searching.