mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
Some more cleanup
This commit is contained in:
@@ -265,7 +265,7 @@ mod tests {
|
||||
_vm_definition_location: NonNull<VMMemoryDefinition>,
|
||||
) -> Result<VMMemory, MemoryError> {
|
||||
let memory = VMTinyMemory::new().unwrap();
|
||||
Ok(VMMemory::from_custom(memory))
|
||||
Ok(memory.into())
|
||||
}
|
||||
|
||||
/// Create a table owned by the host given a [`TableType`] and a [`TableStyle`].
|
||||
|
||||
Reference in New Issue
Block a user