PiterDev
                                            PiterDev
                                        
                                    I am looking to implement wazero plugin system so plugins are agnostic to the programming language (and can choose zig,Rust,js,...)and the architecture built in (no matter if you build in...
I will try to implement a more simple plugin system without much complexity that will have access to webrtc datachannels and not limited to wasm. They will be simple dinamicaly...
Finally i will not implement the plugin system but the progresion will be still available in the code base
Right now i have invesigated how to achieve this an the answer i've found that the easiest way is using an Uinput wrapper (https://github.com/bendahl/uinput), the docs of github doesn't include...
Thank you very much, this kind of comments are the ones that make me gain strength to continue and improve the project.