We've upgraded to Go 1.24 and recently started seeing out of bounds errors.
failed to execute graphviz tool error="failed to initialize graphviz: wasm error: out of bounds memory access
wasm stack trace:
	.$3071(i32) i32
	.$2456() i32"
Upon investigation, there are some changes to WASM runtime in Go 1.24, and the current version of dependencies aren't aware of it.
Filed #119 to bump wazero.