wg_engine: remove unnecessary header

The Emscripten header was previously used because the WebGPU initialization logic was in WgContext::initialize.

Now, initialization occurs at the binding/application level.
This commit is contained in:
Jinny You 2025-03-19 18:19:23 +09:00 committed by Hermet Park
parent 563f8b2f78
commit b350e45e1e

View file

@ -20,9 +20,6 @@
* SOFTWARE.
*/
#ifdef __EMSCRIPTEN__
#include <emscripten.h>
#endif
#include <cassert>
#include "tvgWgCommon.h"
#include "tvgArray.h"