class Wasmer::TableType

Overview

TableType classifies tables over elements of element types within a size range.

See also

Specification: https://webassembly.github.io/spec/core/syntax/types.html#table-types

Included Modules

Defined in:

wasmer/table.cr

Constructors

Instance Method Summary

Instance methods inherited from module Wasmer::WithExternType

to_externtype : ExternType to_externtype

Constructor Detail

def self.new(vtype : ValueType, limits : Limits) #

[View source]

Instance Method Detail

def limits : Limits #

Returns the Limits of this TableType


[View source]
def to_externtype : ExternType #

[View source]
def value_type : ValueType #

Returns ValueType for this TableType


[View source]