Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIT Bindings + WAPM #39

Open
syrusakbary opened this issue Aug 3, 2022 · 1 comment · May be fixed by #42
Open

WIT Bindings + WAPM #39

syrusakbary opened this issue Aug 3, 2022 · 1 comment · May be fixed by #42

Comments

@syrusakbary
Copy link

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!

@mitsuhiko
Copy link
Owner

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.

@Michael-F-Bryan Michael-F-Bryan linked a pull request Oct 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants