Skip to content

Fix wasm target pinned in rust-toolchain.toml - #28

Open
richardtoms100 wants to merge 1 commit into
StellarTickets:mainfrom
richardtoms100:fix-issue-8
Open

Fix wasm target pinned in rust-toolchain.toml#28
richardtoms100 wants to merge 1 commit into
StellarTickets:mainfrom
richardtoms100:fix-issue-8

Conversation

@richardtoms100

Copy link
Copy Markdown
Collaborator

rust-toolchain.toml pinned targets = ["wasm32-unknown-unknown"], but README's build/deploy commands reference the output path target/wasm32v1-none/release/stellar_tickets_ticketing.wasm. A fresh clone using only the pinned toolchain target would not have the right target installed for the documented build path. Updates the pinned target to wasm32v1-none to match.

Closes #8

@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

Deploy Preview for stellarticketscontracts ready!

Name Link
🔨 Latest commit 0c884ef
🔍 Latest deploy log https://app.netlify.com/projects/stellarticketscontracts/deploys/6a9ad911b3aa8e00074b02fd
😎 Deploy Preview https://deploy-preview-28--stellarticketscontracts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

rust-toolchain.toml pins the wrong wasm target

1 participant