@ibuildthecloud i mean yeah a url loads content, in this case the content can be js in a script tag. it's like how some people manage XSS on websites through supplying svg tags in user generated fields since you can embed script tags in those.
oh wow, I never knew you could put a data url with embedded html in it in the browser url and it will render a page.
data:text/html,<html><body>Wow</body></html>
@jitlua Also I'm a bit surprised you seem to be going with a new WebGPU-based backend rather than WebGL 2, since WebGL 2 is similar to GLES 3 which already has a backend in Dolphin. Were there issues with that approach?
@tech234a It might be most efficient (and doable considering the limits with some browser engines) to generate WASM blobs on-the-fly primarily on hot paths, but we'll see.
@altstoreio Hi! AltServer on Windows keeps crashing when I try to install AltStore. I’m already trying the 1.2.1 beta, which isn’t working. Is there anything else I can do to troubleshoot?