wasmer
main
Wasmer
CompilerKind
Config
CpuFeatures
Engine
EngineKind
Exports
ExportType
Extern
ExternKind
ExternType
Frame
FuncEnvProc
FuncProc
Function
FunctionType
Global
GlobalMutability
GlobalType
HostFunction
ImportObject
ImportType
Instance
Limits
Memory
MemoryType
Module
Name
Pages
Store
Table
TableType
Target
Trace
Trap
TrapException
Triple
Types
UserEnv
Value
ValueKind
ValueType
Wasi
Environment
StateBuilder
Version
WasmerError
WithExtern
WithExternType
class
Wasmer::ExportType
Wasmer::ExportType
Reference
Object
Overview
ExportType is a descriptor for an exported WebAssembly value
Defined in:
wasmer/exports.cr
Constructors
.new
(name : String, type : WithExternType)
Instance Method Summary
#name
#type
Constructor Detail
def self.
new
(name : String, type :
WithExternType
)
#
[
View source
]
Instance Method Detail
def
name
#
[
View source
]
def
type
#
[
View source
]