Searched defs:WasmFunction (Results 1 – 1 of 1) sorted by relevance
52 struct WasmFunction { struct53 FunctionSig* sig; // signature of the function.54 uint16_t sig_index; // index into the signature table.55 uint32_t name_offset; // offset in the module bytes of the name, if any.56 uint32_t code_start_offset; // offset in the module bytes of code start.57 uint32_t code_end_offset; // offset in the module bytes of code end.58 uint16_t local_int32_count; // number of int32 local variables.59 uint16_t local_int64_count; // number of int64 local variables.60 uint16_t local_float32_count; // number of float32 local variables.61 uint16_t local_float64_count; // number of float64 local variables.[all …]