Wasmer PHP

Type

Interfaces, Classes and Traits

ExternType
FuncType
Function types classify the signature of functions, mapping a vector of parameters to a vector of results. They are also used to classify the inputs and outputs of instructions.
GlobalType
Global types classify global variables, which hold a value and can either be mutable or immutable.
ValType
Value types classify the individual values that WebAssembly code can compute with and the values that a variable accepts.

Search results