void Int16(int v, [int? at]) { reset(at); WasmMemory.heapI16[_cur >> 1] = v; _cur += WasmSize.Int16; }