Resizing the browser window
TheKnarf opened this issue · 3 comments
TheKnarf commented
rhysd commented
Yeah, this is already listed in development tasks
rhysd commented
I added implementation for this at 208446b. However, it does not work since C function called from JavaScript does not consider async call with Emterpreter. So calling gui_wasm_resize_shell
from JavaScript fails.
rhysd commented