repl_test: rename module wasm_interp->wasm

This commit is contained in:
Brian Carroll 2022-12-15 23:21:02 +00:00
parent d63715d05f
commit cdf7882054
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ mod state;
mod cli;
#[cfg(all(test, feature = "wasm"))]
mod wasm_interp;
mod wasm;