Replies: 1 comment 6 replies
-
I really liked this idea, Thank you for pointing this out 👍 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the following change could add a lot of convenience.
If we bind a C function like the following:
It could became available as a JS function under a global object.
By default
webui
could be used as object name. But there should be an api that allows to customize the name of the object and to set it to an empty string, then it would just be the window object and the it would become a global function.Beta Was this translation helpful? Give feedback.
All reactions