mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-19 03:41:22 +00:00
Add method to call function at index on Ctx
This commit is contained in:
@ -518,7 +518,7 @@ impl LikeNamespace for Rc<Instance> {
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
fn call_func_with_index(
|
||||
pub(crate) fn call_func_with_index(
|
||||
info: &ModuleInfo,
|
||||
runnable: &dyn RunnableModule,
|
||||
import_backing: &ImportBacking,
|
||||
|
Reference in New Issue
Block a user