make array_lower_memory work with bytearrays

This commit is contained in:
vms
2021-04-25 13:20:12 +03:00
parent a44c433c4d
commit f8aa7e0616
3 changed files with 21 additions and 4 deletions

View File

@ -21,7 +21,6 @@ use crate::traits::DEFAULT_MEMORY_INDEX;
use crate::utils::type_tag_form_itype;
use std::cell::Cell;
use crate::lowerer::LoError;
pub struct MemoryWriter<'i, R: Allocatable> {
heap_manager: &'i R,