| Wasm | Host OS and Apps | Container | 
        
          | Linux, Mac OS X, Windows, RTOS | Host OS | Linux, Mac OS X, Windows | 
        
          | Yes | Microkernel as host | No | 
        
          | Yes | Embedded or real-time OS as host | No | 
        
          | C, Rust, GO, Python, Java etc. | Embed in host applications | Not embeddable at language SDK level | 
        
          | Access via imported functions from shared libraries | Access host OS resources | Must be supported by Docker itself | 
        
          | Through host functions in shared libraries in the host OS | GPU, TPU, and specialized hardware | Specialized Docker version | 
        
          | In progress | Runs in a secure enclave | No | 
        
          | Widely used as a runtime for both node software and smart contracts | Blockchain | N/A | 
        
          | Yes | Runs in web browser | No | 
      
      
        
          | Wasm | Guest Apps | Container | 
        
          | High | Cross-platform portability | NOT portable across CPUs | 
        
          | C/C++, Rust, Swift, AssemblyScript, TinyGO, Grain, JavaScript | Requires additional developer tools | Just standard toolchain on Linux | 
        
          | No, but it supports async apps -- same as node.js | Multi-thread apps | Yes | 
        
          | Yes | Single app binary on both client and server | No | 
        
          | Possible | Formal verification | Very hard | 
        
          | N/A | Guest OS | Linux, Mac OS X, Windows |