mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-01 15:09:17 +00:00
@ -20,7 +20,7 @@ impl WriterRelocate {
|
||||
// We autodetect it, based on the host
|
||||
None => RunTimeEndian::default(),
|
||||
};
|
||||
WriterRelocate {
|
||||
Self {
|
||||
relocs: Vec::new(),
|
||||
writer: EndianVec::new(endianness),
|
||||
}
|
||||
|
Reference in New Issue
Block a user