Following the steps in the readme, I get this error:
❯ wasmtime serve target/server/wasm32-wasip2/debug/wasi_test.wasm
Error: component imports instance `wasi:cli/environment@0.2.2`, but a matching implementation was not found in the linker
Caused by:
0: instance export `get-environment` has the wrong type
1: function implementation is missing
Following the steps in the readme, I get this error: