Wasmer::Memory
Inherits Wasmer::WithExtern / Reference / Object
Memory is a vector of raw uninterpreted bytes. See Also Specification: https://webassembly.github.io/spec/core/syntax/modules.html#memories
Constructors
new(store : Store, type : MemoryType)
SourceInstance methods
to_extern
Sourceview(offset : Int)
Returns the view of memory starting from provided offset raises if offset is greater than memory byte size