Skip to content

Commit

Permalink
Rename libwasmrun::types -> libwasmrun::type_canonicalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
osa1 committed Mar 29, 2024
1 parent 8ae9644 commit de8c8a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/libwasmrun/src/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::module::{
};
use crate::stack::{Block, BlockKind, EndOrBreak, Stack, StackValue};
use crate::store::{Exception, ExnAddr, FunAddr, Global, ModuleAddr, Store, Table};
use crate::types::TypeCanonicalizer;
use crate::type_canonicalizer::TypeCanonicalizer;
use crate::value::{self, ExternKind, Ref, Value};
use crate::wasi::allocate_wasi;
use crate::HostFunDecl;
Expand Down
2 changes: 1 addition & 1 deletion crates/libwasmrun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mod mem;
mod module;
mod stack;
pub mod store;
mod types;
mod type_canonicalizer;
mod value;
pub mod wasi;

Expand Down
File renamed without changes.

0 comments on commit de8c8a4

Please sign in to comment.