Ivan Krasin
Ivan Krasin
The simplest way would be to use Emscripten for that: https://emscripten.org/ It can compile C and C++ into WebAssembly. Given that qoi is a simple header-only library, this should be...
That sounds right. I recommend following this guide: https://developer.mozilla.org/en-US/docs/WebAssembly/existing_C_to_wasm It shows how to compile libwebp into WebAssembly and get it working in the browser, so it should be very similar...
> We are not planning to fix the root cause as it is a limitation in OpenGL. Hi @wes-b! how important is the dependency on OpenGL? Why is it there...
@wes-b got it, it makes sense now. Thank you for your insightful reply!