Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wasm: Add action for wasm builds #524

Closed
wants to merge 4 commits into from
Closed

wasm: Add action for wasm builds #524

wants to merge 4 commits into from

Conversation

Flemmli97
Copy link
Contributor

What this PR does 📖

This PR adds a github action that runs whenever a push/pr to extensions/warp-ipfs occurs to create the wasm pack.
It will build the wasm-pack and then push the result to https://github.com/Satellite-im/warp-wasm under /pkg.
This way we don't need to do anything further to update wasm.

Some things need to be done first before this action will work:
Both Warp and warp-wasm need to have ssh access setup.
Warp needs the private key and warp-wasm the public one.
Guide on how to can be found here:
https://cpina.github.io/push-to-another-repository-docs/setup-using-ssh-deploy-keys.html#setup-ssh-deploy-keys

@dariusc93
Copy link
Contributor

Closing due to #603 being merged since any push to update the commit on that repository could introduce a breaking change if the API did change.

@dariusc93 dariusc93 closed this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants