Skip to content

Commit

Permalink
re-add mod tests but behind the test cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMurr committed Dec 2, 2023
1 parent 8c94688 commit 536e97d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/wasm_interp/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
mod frame;
mod instance;
#[cfg(test)]
mod tests;

mod value_store;
pub mod wasi;

Expand Down

0 comments on commit 536e97d

Please sign in to comment.