mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-17 09:41:34 +00:00
mutable signature
This commit is contained in:
parent
26450d4705
commit
ce40e22ef3
@ -266,7 +266,7 @@ impl ImportEntry {
|
|||||||
pub fn external(&self) -> &External { &self.external }
|
pub fn external(&self) -> &External { &self.external }
|
||||||
|
|
||||||
/// Local binidng of the import entry (mutable)
|
/// Local binidng of the import entry (mutable)
|
||||||
pub fn external_mut(&mut self) -> &External { &mut self.external }
|
pub fn external_mut(&mut self) -> &mut External { &mut self.external }
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Deserialize for ImportEntry {
|
impl Deserialize for ImportEntry {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user