Function extism_pdk::extism::store

source ·
pub unsafe fn store(offs: u64, data: &[u8])
Expand description

Stores a byte array into Extism’s memory. Only use this after considering []

§Arguments

  • offs - The Extism offset pointer location to store the memory
  • data - The byte array to store at that offset