Is there a way to use this with Boxedwine?
Also is there a method to use this to supply the wasm emulator a full network connection on host without the host having to run a proxy.
Like I want this to run from github pages and then the software can hit a server on the internet someplace?
I have this working with Tiny386 WASM for in-browser communication between two emulators running in the same window and via a proxy hitting a website with internet explorer 3.0 and an online game hitting a server through the proxy that is http/irc but couldn't think of a method to do it so the user doesn't have to install anything on their machine?
I understand that CORS blocks stuff was just wondering if there was some wild thing you can do to accomplish a no proxy method, no extra server magic that would just work on github pages.
Is there a way to use this with Boxedwine?
Also is there a method to use this to supply the wasm emulator a full network connection on host without the host having to run a proxy.
Like I want this to run from github pages and then the software can hit a server on the internet someplace?
I have this working with Tiny386 WASM for in-browser communication between two emulators running in the same window and via a proxy hitting a website with internet explorer 3.0 and an online game hitting a server through the proxy that is http/irc but couldn't think of a method to do it so the user doesn't have to install anything on their machine?
I understand that CORS blocks stuff was just wondering if there was some wild thing you can do to accomplish a no proxy method, no extra server magic that would just work on github pages.