Small revisions and fixes For Wasm templates #1924
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates Wasm templates in the following ways:
polywrap.test.yaml
, cue file, and yarn scripts)polywrap.deploy.yaml
filesThe TS template doesn't build due to #1923
The Go template doesn't build due to #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.