Hi all! I am developing a multiplatform compose app that supports Google Oauth SSO for iOS, android, desktop, and wasmJs. For wasmJs, the new way of supporting Google Oauth is with GIS which requires you use a premade HTML element included in the library. As you can imagine, this is a problem since compose for wasmJs uses canvas, and there is no way to include HTML elements in canvas.
The old way of doing it using GAPI would work since it can be done completely in JavaScript. But GAPI is deprecated and will be removed. How should this be done for Compose multiplatform for wasmJs?