7 ms·
no, I'm talking about this [0] does support for socket(udp and tcp)? [1] encountered with problem when Porting UDP socket communication c code using emscripten
by zwetan 6y ago
no, I'm talking about this
[0] does support for socket(udp and tcp)?
[1] encountered with problem when Porting UDP socket communication c code using emscripten
one example among other, and so you can use WebAssembly all you want you will never be able to implement flash.net.DatagramSocket
[0]: https://github.com/WebAssembly/design/issues/1251 https://github.com/WebAssembly/design/issues/1251
[1]: https://github.com/emscripten-core/emscripten/issues/5196 https://github.com/emscripten-core/emscripten/issues/5196
- pjmlp 6y agoYes you can, polyfill using WebSockets. It would require a server component as gateway, so what.