Gabriel Eduardo de Lima Machado
Gabriel Eduardo de Lima Machado
If the history of changes is important, how can I use it to derive the new values? The closest I saw of an accumulator was map_mut, but it loses values...
 I'm trying to register it like this ```typescript import { Chart, registerables } from 'chart.js'; import { TreemapController, TreemapElement } from 'chartjs-chart-treemap'; Chart.register(...registerables, TreemapController, TreemapElement); ``` With vite it...
I want to use the MutableVec to calculate, lets say, the sum of a Vector whenever something changes, to do that It seems one way would be to turn the...
It looks like drawing with wasm is way slower than it needs to be. I'm using tiny-skia and it takes 14ms just to present a 1000x1000 picture:  doing this...