# simple wasm interpreter
This dependents walrus, anyhow, log only.
- call func with virtual system per eval operation
- register import func
- Coverage of some instruction. If not enough, we recommend pull-request.
- only 700 code lines
- used by my [other project](https://github.com/oligamiq/wasip1-vfs)
```rust
let mut interpreter = walrus_simple_interpreter::Interpreter::new(&module)?;
});
interpreter.call(fid, self, &[])?;
```