void Int32(int v, [int? at]) { reset(at); WasmMemory.heapI32[_cur >> 2] = v; _cur += WasmSize.Int32; }