wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
**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....
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...
**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...
**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...
**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...
Closes https://github.com/polywrap/toolchain/issues/1256
# 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...