Tezos_wasmer.MemorySourceOperations on C arrays.
type t = {raw : Unsigned.uint8 Array.t;C array backing the memory
*)min : Unsigned.uint32;Minimum memory size in pages (64 KiB)
*)max : Unsigned.uint32 option;Maximum size in pages
*)}WebAssembly memory
get_string mem addr len reads len bytes from address addr in mmemory mem.
set mem addr value sets a byte at address addr to value.
set_string mem ~address ~data writes a series of bytes represented by data at address address in the provided memory mem.