-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add #[repr(C)] to Transposer as mandated by the Rust reference * add getters for Transposer::{value,reftype} * make the transmute explicit * fix miri reported UB in reftype conversions * remove reftype.rs utility No longer needed. * fix unrelated clippy warning
- Loading branch information
Showing
5 changed files
with
29 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,6 @@ mod limits; | |
mod linker; | ||
mod memory; | ||
mod module; | ||
mod reftype; | ||
mod store; | ||
mod table; | ||
mod value; | ||
|
This file was deleted.
Oops, something went wrong.