mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-22 03:02:08 +00:00
Fix basics tests
This commit is contained in:
@ -109,4 +109,8 @@ impl ProgramInstance {
|
||||
|
||||
self.store.invoke(func_id, args, state)
|
||||
}
|
||||
|
||||
pub fn store(&self) -> &Store {
|
||||
&self.store
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user