This folder contains example code for a WebAssembly Component runnable with wasmtime
that opens (and immediately closes) a TCP connection.
![NOTE] Not familiar with WebAssembly components or WASI? Start with the Component Model book!n
This component can be used with wasmtime run because it implements the WASI CLI world
(in particular the wasi:cli/run interface is exported). This means that any runtime (whether wasmtime or
any other runtime that supports WebAssembly components) can run the generated component.