class Wasmer::MemoryType

Overview

MemoryType classifies linear memories and their size range. See Also Specification: https://webassembly.github.io/spec/core/syntax/types.html#memory-types

Included Modules

Defined in:

wasmer/memory.cr

Constructors

Instance Method Summary

Instance methods inherited from module Wasmer::WithExternType

to_externtype : ExternType to_externtype

Constructor Detail

def self.new(limit : Limits) #

[View source]

Instance Method Detail

def limits : Limits #

Returns MemoryType's limits


[View source]
def to_externtype : ExternType #

[View source]