Sam Clegg

Results 1275 comments of Sam Clegg

On the web we cannot actually do DNS so we have a kind of fake implementation here: https://github.com/emscripten-core/emscripten/blob/ef0efd234a728f5b1dc1131e118566cad97bcdf1/src/library.js#L908-L920 We could add a special case for `"localhost"` here, and maybe we...

emscripten does not currently support any kind TCP/UDP sockets on node. However, do we have a feature called NODERAWFS that exposed raw node filesystem stuff. This could be extended I...

I believe that the support we have for audio worklets (`-sAUDIO_WORKLET`) is fundamentally linked to use of SharedArrayBuffer (since its is based on WASM_WORKERS, which is based on SharedArrayBuffers). @juj...

Do we know what the actual bug is here? Or why it effects only windows?