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

fix(calc): remove wasm-pack from node, and add it to calc library #1360

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

TarikGul
Copy link
Member

closes: #1259

This PR removes the wasm-pack package from node, and adds it into the script for building calc. It will ask if the user wants to download it globally in order to build. It wont add anything to your system without your explicit permission.

This had to be done because wasm-pack was giving issues for building docker images using: docker build --platform linux/arm/v8 -t substrate-api-sidecar .

@TarikGul TarikGul requested a review from a team as a code owner November 22, 2023 14:43
calc/build.sh Outdated Show resolved Hide resolved
Co-authored-by: Dominique <[email protected]>
@TarikGul TarikGul merged commit 87d2092 into master Nov 22, 2023
9 checks passed
@TarikGul TarikGul deleted the tarik-calc-wasm branch November 22, 2023 17:21
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.

Add docker support for linux/arm64/v8
3 participants