mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 22:28:21 +00:00
Implement the new Context API for the core API
Co-authored-by: ptitSeb <sebastien.chev@gmail.com>
This commit is contained in:
committed by
Manos Pitsidianakis
parent
f16bd35d3c
commit
738a66f719
@@ -358,7 +358,7 @@ fn wasi_get_imports_inner(
|
||||
import_type.name()
|
||||
)
|
||||
})?;
|
||||
let inner = Extern::from_vm_export(store, ext.to_export());
|
||||
let inner = Extern::from_vm_export(store, ext.to_vm_extern());
|
||||
|
||||
Ok(Some(Box::new(inner.into())))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user