Is there currently a way of running a WebAssembly component with WASMER that uses WASI?
The wai-component tool seems to be able to generate a component from a core WebAssembly module and a corresponding .wai interface file.
What I didn't find is an example demonstrating how WASMER, embedded into Rust, can load a .wai file and the WebAssembly component and run functions exposed in the .wai definition.