Pete Hayman

Results 56 comments of Pete Hayman

> maybe you can have a lighter environment by running mermaid on node or deno or bun or something else. Awesome thanks yes it looks like server-side mermaid is [not...

example minimal runtime derived from fixi.js by copilot [bx.js](https://github.com/user-attachments/files/21364844/bx.js.txt)

Sorry I'm not familiar with `wasm-tools`, is the command something like `wasm-tools shrink path/to/file.wasm`?

Oh that would be awesome I'm not quite sure where to start 😅 heres [the link](https://drive.google.com/file/d/1damRWwP5sWyn-551_vtFGfWB-JdgB7w8/view?usp=sharing)

could probably use [pathfinding crate](https://docs.rs/pathfinding/latest/pathfinding/index.html) to do the heavy lifting.

See [bevy_brp](https://github.com/natepiano/bevy_brp) for existing solution. I like that it doesnt use `rmcp` macros for tool definitions.