With the changes towards the IPC architecture, we have seen a regression for the debug tiles. The debug tiles do not output any results anymore, since the buffer isn't transferred completely.
It turns out that copying data into JS land like here does not work.
In addition, PBF encoding like here do not manage to copy the entire data.
With the changes towards the IPC architecture, we have seen a regression for the debug tiles. The debug tiles do not output any results anymore, since the buffer isn't transferred completely.
It turns out that copying data into JS land like here does not work.
In addition, PBF encoding like here do not manage to copy the entire data.