pathfinder
pathfinder copied to clipboard
RenderCommandListener uses &self and requires Sync+Send
For Wasm I would prefer to use &mut self
and not have to deal with any locks.