I don't get the use case...
You usually get ReDoS out of malicious regex you may have copy and paste from somewhere.
And here the solution proposed is: let use rust regex engine wraped in wasm and let's keep copy and paste poison from the net?! Is it?
Am I missing something?
Also, this seems to work only on the BE side, aka Node.js no FE side available yet (see https://github.com/JakeRoggenbuck/regolith?tab=readme-ov-file#limitations)