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

**Describe the bug** Polywrap failed validation of polywrap.yaml when I set `import_abis[0].abi` path to "./node_modules/@fetsorn/package". The error seems to occur only when the "at sign", "@" is in the path....

type: bug

closes: https://github.com/polywrap/toolchain/issues/1341

_disclaimer: even tho this PR is "done" it's the first iteration and i am looking for feedback, I don't like the `validate/wrapper-*` folder but thought it was easier to implement,...

**Is your feature request related to a problem? Please describe.** Currently, integrators of wrappers do not have an easy way to determine if a wrapper will run successfully within the...

pri: high
type: feature-proposal
package: client-js

**Describe the bug** Build times are quite long using the vm build strategy. Building a small AssemblyScript wrapper can take 5-6 minutes. I am also unable to build Rust wrappers...

type: bug

**Describe the bug** Currently, we use the generic type `TUri extends Uri | string` everywhere which is basically a union of both Uri and string and since we do this...

type: enhancement

**Describe the bug** When Wasm wrappers encounter errors, the errors are not returned in `InvokeResult`. Instead, they are thrown. I'm not sure if this is intentional. **Expected behavior** I assumed...

type: bug

# Description: The goal of this refactor is to remove plugins from the core-js, and client-js packages and improve their composability with resolvers This PR introduces a new plugin-js package...