MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / Array_new_data

Method Array_new_data

src/include/structures/WasmInstr.hpp:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175};
176struct Array_new_data : public Base {
177 Array_new_data() : Base(Opcode::Array_new_data), typeidx(0), dataidx(0) {}
178 Array_new_data(index_t typeidx, index_t dataidx) : Base(Opcode::Array_new_data), typeidx(typeidx), dataidx(dataidx) {}
179 index_t typeidx;
180 index_t dataidx;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected