mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
committed by
GitHub
parent
cac9d85cb3
commit
fcfb766366
@@ -89,7 +89,7 @@ pub type HostFuncType<T> = fn(&mut T, &[Value]) -> Result<ReturnValue, HostError
|
||||
/// will be used by the guest module.
|
||||
///
|
||||
/// The memory can't be directly accessed by supervisor, but only
|
||||
/// through designated functions [`get`](Memory::get) and [`set`](Memory::set).
|
||||
/// through designated functions [`get`](SandboxMemory::get) and [`set`](SandboxMemory::set).
|
||||
pub trait SandboxMemory: Sized + Clone {
|
||||
/// Construct a new linear memory instance.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user