tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
toWasmType
tagion
wasm
WasmBase
Undocumented in source.
template
toWasmType (
T
) {
static if
(
is(T == int)
)
enum
toWasmType
;
static if
(!(
is(T == int)
))
static if
(
is(T == long)
)
enum
toWasmType
;
static if
(!(
is(T == int)
))
static if
(!(
is(T == long)
))
static if
(
is(T == float)
)
enum
toWasmType
;
static if
(!(
is(T == int)
))
static if
(!(
is(T == long)
))
static if
(!(
is(T == float)
))
static if
(
is(T == double)
)
enum
toWasmType
;
static if
(!(
is(T == int)
))
static if
(!(
is(T == long)
))
static if
(!(
is(T == float)
))
static if
(!(
is(T == double)
))
static if
(
isFunctionPointer!T
)
enum
toWasmType
;
static if
(!(
is(T == int)
))
static if
(!(
is(T == long)
))
static if
(!(
is(T == float)
))
static if
(!(
is(T == double)
))
static if
(!(
isFunctionPointer!T
))
enum
toWasmType
;
}
Members
Manifest constants
toWasmType
enum
toWasmType
;
Undocumented in source.
toWasmType
enum
toWasmType
;
Undocumented in source.
toWasmType
enum
toWasmType
;
Undocumented in source.
toWasmType
enum
toWasmType
;
Undocumented in source.
toWasmType
enum
toWasmType
;
Undocumented in source.
toWasmType
enum
toWasmType
;
Undocumented in source.
Meta
Source
See Implementation
tagion
wasm
WasmBase
aliases
SectionsT
i32
i64
u32
u64
enums
IR
IRType
IR_TRUNC_SAT
IndexType
Limits
Mutable
PseudoWastInstr
Section
Types
VerboseMode
functions
GenerateInterfaceModule
decode
generate_instrTable
getInstr
isWasmModule
secname
interfaces
InterfaceModuleT
static functions
getType
indexName
typesName
static variables
instrTable
instrWastLookup
irLookupTable
trunc_sat_mnemonic
verbose
structs
ExprRange
Instr
Verbose
WasmArg
templates
toDType
toWasmType
variables
illegalInstr
magic
wasm_version