| 2 | use wasmtime_wasi::p2::{IoView, WasiCtx, WasiCtxBuilder, WasiView}; |
| 3 | |
| 4 | pub struct States { |
| 5 | table: ResourceTable, |
| 6 | ctx: WasiCtx, |
| 7 | } |
| 8 | |
| 9 | impl States { |
| 10 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…