Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
data DataSegment Source #
DataSegment | |
|
data ElemSegment Source #
ElemSegment | |
|
data StartFunction Source #
StartFunction FuncIndex |
Export | |
|
data ExportDesc Source #
ExportFunc FuncIndex | |
ExportTable TableIndex | |
ExportMemory MemoryIndex | |
ExportGlobal GlobalIndex |
Function | |
|
Import | |
|
data ImportDesc Source #
data Instruction index Source #
Eq index => Eq (Instruction index) Source # | |
Show index => Show (Instruction index) Source # | |
Generic (Instruction index) Source # | |
NFData index => NFData (Instruction index) Source # | |
type Rep (Instruction index) Source # | |
data GlobalType Source #
FuncType | |
|
type ResultType = [ValueType] Source #
type Expression = [Instruction Natural] Source #
type LabelIndex = Natural Source #
type LocalIndex = Natural Source #
type GlobalIndex = Natural Source #
emptyModule :: Module Source #
isFuncImport :: Import -> Bool Source #
isTableImport :: Import -> Bool Source #
isMemImport :: Import -> Bool Source #
isGlobalImport :: Import -> Bool Source #