()
| 30 | } |
| 31 | |
| 32 | fn get_wasmtime_path() -> &'static str { |
| 33 | env!("CARGO_BIN_EXE_wasmtime") |
| 34 | } |
| 35 | |
| 36 | // Run the wasmtime CLI with the provided args and, if it succeeds, return |
| 37 | // the standard output in a `String`. |
no outgoing calls
no test coverage detected