similar icon indicating copy to clipboard operation
similar copied to clipboard

WIT Bindings + WAPM

Open syrusakbary opened this issue 2 years ago • 1 comments

I created the Python library snapshottest a few years ago (similar to the insta that you created in Rust!).

This library requires a string diffing library in order to pretty print the differences, and to do it in python in a fast way I also created the fastdiff library, which is also implemented in Rust.

I would like to start using your Similar as a dependency in snapshottest (instead of fastdiff), and I was wondering if you may be interested on that. If that's the case, we will need:

  • To create wit bindings in this library
  • Publish it to WAPM

Let me know your thoughts!

syrusakbary avatar Aug 03 '22 09:08 syrusakbary

More than happy to accept whatever code is necessary to create bindings. I would probably not publish the bindings myself as I'm sure I will forget updating it later, but I'm happy to support whatever is necessary in the base library to make publishing as WASM module possible.

mitsuhiko avatar Aug 03 '22 17:08 mitsuhiko