polywrap / wrap-cli

Used to create, build, and integrate wraps.
https://polywrap.io
MIT License
170 stars 52 forks source link

Use Rust tests in wrap-rust template #1874

Closed krisbitney closed 11 months ago

krisbitney commented 11 months ago

This PR replaces the JS e2e tests in the wrap-rust template with Rust tests. The Rust app bindings are generated and used for the e2e tests to provide a nice UX.

It also adds the Rust app bindings to the CLI, which hadn't been done yet, so codegen works as expected.