It looks like the interface is described in .wit files.
How can I compile these .wit files to WebAssembly? I only need the interface. Is there a python script for that?
Before implementing a function, I need to see its interface in a module. The preview1 interface clearly show the structure of functions, but I cannot find that anymore.
I saw something about so called components, but it looks like a complex system, which takes months to implement. So I would just prefer supporting wasi 0.2 in regular WebAssembly modules.
Thank you for the answer!