Skip to content

Commit

Permalink
Revert filename
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Jul 11, 2023
1 parent efd930b commit ec78044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/wasmi/src/memory/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mod byte_buffer;

#[cfg(not(all(feature = "virtual_memory", target_pointer_width = "64")))]
#[path = "buffer_vec.rs"]
#[path = "buffer.rs"]
mod byte_buffer;

mod data;
Expand Down

0 comments on commit ec78044

Please sign in to comment.