1 //! Provide a Wasmtime embedding for executing wasi-nn test programs.
2 
3 pub mod wit;
4 pub mod witx;
5 
6 pub const PREOPENED_DIR_NAME: &str = "fixture";
7