Currently, I'm attempting to run a game using Wasm in WeChat or Douyin Mini Programs. However, due to the absence of DOM in this environment, it results in the following error message.
I found that the issue lies in "ebiten\internal\ui\ui_js.go", where using "js.Global().Get("window")" results in obtaining undefined. Could you provide support that is compatible with such environments?
Operating System
What feature would you like to be added?
Currently, I'm attempting to run a game using Wasm in WeChat or Douyin Mini Programs. However, due to the absence of DOM in this environment, it results in the following error message.
I found that the issue lies in "ebiten\internal\ui\ui_js.go", where using "js.Global().Get("window")" results in obtaining undefined. Could you provide support that is compatible with such environments?
Why is this needed?
No response