@schmoo2k Is it possible to get the Graphviz version from @hpcc-js/wasm synchronously, i.e., without waiting for a promise to resolve? I know I have the graphvizVersion() method, but it returns a promise.
I’m implementing the same method for d3-graphviz and it would be nice (although not crucial) if the user would be able to retrieve the Graphviz version without waiting for the initialization to complete.