wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
**Is your feature request related to a problem? Please describe.** rust bindings always have dead code and used variables, which throws unnecessary warnings during build. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** While developing the Ethereum rust wrapper I needed to map several record types from rust to record types from our...
**Is your feature request related to a problem? Please describe.** Currently the client's configuration structure uses arrays to store things like `redirects`, `envs`, `plugins`, etc. These arrays are "unique" based...
## Summary Currently, we implement de/serialization functions as a simple implementation of the type struct, we should instead implement a high-level trait with these functions and implement those for every...
We now have polywrap test manifest to write tests for a wrapper using polywrap workflow syntax. The original idea was to allow developers to write tests using this and allow...
We should rename everything related to the polywrap testing functionality of workflow to test. - `polywrap run` -> `polywrap test` - `polywrap run` will be reserved for normal polywrap workflow/wrapper...
**Is your feature request related to a problem? Please describe.** Currently, wasm-bindgen is not natively supported by Polywrap. Instead we post-process the Rust wasm modules and remove all wasm-bindgen related...
**Describe the bug** I've been getting memory-related WebAssembly errors in the uniswap v3 front end. It leads to the browser tab freezing and I need to force quit my browser....
**Describe the bug** An interface cannot build without a module. It can be desirable to define an interface so that multiple wrappers can share type definitions. **Expected behavior** Users may...