wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Used to create, build, and integrate wraps.

Results 238 wrap-cli issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Currently we do not have a clean way of testing multiple clients, and forming a feature matrix. With the Python...

type: story
package: client-js

Currently, we utilize basic strings for errors, wrapping them within the various languages we have software in (JavaScript & AssemblyScript `Error` structure, Rust's Err structure, etc). In the same way...

type: feature-proposal

**Is your feature request related to a problem? Please describe.** Currently the toolchain repo (prev monorepo) is a bit too monolithic. It includes packages for the Polywrap toolchain, along with...

type: refactor

**Is your feature request related to a problem? Please describe.** Currently invocations are done in a way that assumes a specific type of encoding. The current Polywrap encoding standard is...

type: feature-proposal

This PR updates Wasm templates in the following ways: - makes the templates more consistent with each other - removes workflows (`polywrap.test.yaml`, cue file, and yarn scripts) - removes `polywrap.deploy.yaml`...

Prerequisite PR: https://github.com/polywrap/rust-client/pull/248 - [ ] We need to release a new version of the Rust client (0.1.10 maybe?) in order for the `PolywrapClient` re-exports to work. - [x] TS...

**Describe the bug** This is the generated interface for a module with a single method that returns a string: ```go type Module interface { Obscure(args *ArgsObscure) string } ``` Since...

type: bug

``` # Copy the result to the build folder cp ./build-staging/module_exports_imports_opt.wasm ./build/wrap.wasm > docker run --rm -v /Users/kris/WebstormProjects/monorepo/packages/templates/wasm/golang/.polywrap/wasm/build/project:/project -v /Users/kris/WebstormProjects/monorepo/packages/templates/wasm/golang/.polywrap/wasm/build/linked-packages:/linked-packages polywrap/vm-base-go:0.1.6 /bin/bash -c "chmod -R 777 /project && chmod -R...

type: bug

**Describe the bug** ```shell > docker run --rm -v /Users/kris/WebstormProjects/monorepo/packages/templates/wasm/typescript/.polywrap/wasm/build/project:/project -v /Users/kris/WebstormProjects/monorepo/packages/templates/wasm/typescript/.polywrap/wasm/build/linked-packages:/linked-packages polywrap/vm-base-js:0.1.0 /bin/bash --verbose /project/polywrap-build.sh Unable to find image 'polywrap/vm-base-js:0.1.0' locally 0.1.0: Pulling from polywrap/vm-base-js 20274425734a: Already exists f475ed9a033c:...

type: bug

See https://github.com/polywrap/cli/issues/1920