mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-28 22:22:02 +00:00
integration tests
This commit is contained in:
@ -61,7 +61,7 @@ impl FuncBody {
|
||||
}
|
||||
|
||||
pub fn locals(&self) -> &[Local] { &self.locals }
|
||||
|
||||
|
||||
pub fn code(&self) -> &Opcodes { &self.opcodes }
|
||||
}
|
||||
|
||||
@ -89,7 +89,7 @@ impl Serialize for FuncBody {
|
||||
data.into_iter().map(Into::into),
|
||||
);
|
||||
counted_list.serialize(&mut counted_writer)?;
|
||||
|
||||
|
||||
let code = self.opcodes;
|
||||
code.serialize(&mut counted_writer)?;
|
||||
|
||||
|
Reference in New Issue
Block a user