()
| 8 | |
| 9 | impl States { |
| 10 | pub fn new() -> Self { |
| 11 | let table = ResourceTable::new(); |
| 12 | let ctx = WasiCtxBuilder::new().build(); |
| 13 | Self { table, ctx } |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | impl WasiView for States { |
nothing calls this directly
no outgoing calls
no test coverage detected