mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-29 14:42:02 +00:00
Fix wasm tests
This commit is contained in:
@ -113,4 +113,8 @@ impl ProgramInstance {
|
||||
pub fn store(&self) -> &Store {
|
||||
&self.store
|
||||
}
|
||||
|
||||
pub fn module(&self, name: &str) -> Option<ModuleId> {
|
||||
self.modules.get(name).cloned()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user