mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-03 00:21:39 +00:00
make array_lower_memory work with bytearrays
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user