how can i use library osg in webAssembly?
Unsolved
Qt for WebAssembly
-
i my project i use the library osg and osgEarth. and now i want to use this project for webAssembly. the version of qt is 6.5 and os is centos8. In this link, it is said that you should build OSG with emCmake or emconfigure.
[https://github.com/cubicool/osg-wasm](link url)
But it gives an error when it is build. Where is the problem?emconfigure cmake . -DCMAKE_TOOLCHAIN_FILE=../emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake
-
Shouldn't you ask the osg devs on how to use their library with web assembly?
-
@Christian-Ehrlicher Unfortunately, I asked this question in the OSG forum, but I did not get an answer
-
@alihitman99
What is the error message?