How to use Qt-webassembly with protobuf
Unsolved
QtWebEngine
-
Hi everyone,
I tried to use protobuf in a Qt-webassembly project. But I would have to compile the protobuf libraray with the emscripten compiler (which QT uses for webassembly). The problem is I don't find any way to do this in the internet. There are only old solutions which don't fit with the from QT used emscripten compiler. Does anyone know how to solve this problem ? Or is there any other way to use protobuf in a Qt-webassembly project.
Thanks william
-
Did you find a way to use protobuf with Qt WebAssembly?
Because I am trying to do the same thing and so far I wasn't able to find so much information on how to do that.
Thanks.