Skip to content

Commit

Permalink
Remove wasmi_core::units submodule (#1355)
Browse files Browse the repository at this point in the history
remove `wasmi_core::units` submodule

This `wasmi_core` submodule is no longer in use after the new Wasm `custom-page-sizes` proposal support in Wasmi.
  • Loading branch information
Robbepop authored Feb 3, 2025
1 parent 02e0b2b commit befeaa1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 318 deletions.
2 changes: 0 additions & 2 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mod host_error;
mod nan_preserving_float;
mod trap;
mod typed;
mod units;
mod untyped;
mod value;

Expand All @@ -40,7 +39,6 @@ pub use self::{
nan_preserving_float::{F32, F64},
trap::{Trap, TrapCode},
typed::{Typed, TypedVal},
units::Pages,
untyped::{DecodeUntypedSlice, EncodeUntypedSlice, UntypedError, UntypedVal},
value::ValType,
};
316 changes: 0 additions & 316 deletions crates/core/src/units.rs

This file was deleted.

0 comments on commit befeaa1

Please sign in to comment.