Interestingly, my initial tests of a graph transformation library in #rust and compiled to #wasm hasn't netted an increase in speed.
Granted, this is debug and I haven't done optimizations yet, but It's only doing a simple transformation for now. Regardless, this is still a little surprising.
This goes to show that when working with two different technologies, you should still bench your results before just assuming "faster lang is faster"
