Fix basics tests

This commit is contained in:
Sergey Pepyakin
2017-12-12 15:18:35 +01:00
parent 74559a49b0
commit 1fc65ca54f
8 changed files with 357 additions and 370 deletions

View File

@ -109,4 +109,8 @@ impl ProgramInstance {
self.store.invoke(func_id, args, state)
}
pub fn store(&self) -> &Store {
&self.store
}
}