Is there a limit on how many wasi sockets can be created? E.g if I create 10 sockets and initiate connection on then all. My assumption is that it's limited by the host system
wasmtime doesn't limit the number of open sockets (or files, for that matter). If you encounter such a limit, then that's almost certainly because of the underlying OS.
Awesome I suspected so thanks
Victor Adossi has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC