[HN Gopher] The Safety Boat: Kubernetes and Rust
       ___________________________________________________________________
        
       The Safety Boat: Kubernetes and Rust
        
       Author : DeathArrow
       Score  : 11 points
       Date   : 2020-05-01 12:18 UTC (1 days ago)
        
 (HTM) web link (msrc-blog.microsoft.com)
 (TXT) w3m dump (msrc-blog.microsoft.com)
        
       | shock wrote:
       | > One of the biggest ones to point out is that async runtimes are
       | still a bit unclear. There are currently two different options to
       | choose from, each of them with their own tradeoffs and problems.
       | Also, many of the implementation details are tied to specific
       | runtimes, meaning that if you have a dependency that uses one
       | runtime over another, you'll often be locked into that runtime
       | choice.
       | 
       | My understanding of how async/await works in Rust is that you can
       | have multiple async runtimes in one Rust program. Is that not the
       | case?
        
       | conroy wrote:
       | I looked into WASM / WASI last week but couldn't find an answer
       | to this anywhere: can I write a network service in Rust and
       | compile it to WASM / WASI?
       | 
       | I know that wasmtime can execute a WASM module and give it access
       | to a file system. Can that filesystem contain a socket that the
       | WASM module can interact with?
        
       ___________________________________________________________________
       (page generated 2020-05-02 23:00 UTC)