polywrap / wrap-cli

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

Small revisions and fixes For Wasm templates #1924

Open krisbitney opened 11 months ago

krisbitney commented 11 months ago

This PR updates Wasm templates in the following ways:

The TS template doesn't build due to https://github.com/polywrap/cli/issues/1923

The Go template doesn't build due to https://github.com/polywrap/cli/issues/1925

For reasoning on why we would remove workflows: https://discord.com/channels/796821176743362611/1166324052164628560

I removed the deploy manifests because the default behavior of npx polywrap deploy is IPFS deployment. Since we are encouraging use of IPFS and Wrapscan URIs, most users will not need to customize deployment. Our documentation will provide ample guidance for users who do wish to use a deploy manifest.

dOrgJelli commented 11 months ago

I'm good with merging this, but the CI is still red for the templates, looks like some of them aren't properly building: https://github.com/polywrap/cli/actions/runs/6706112620/job/18221943589?pr=1924