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

Update index text #145

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Update index text #145

merged 1 commit into from
Aug 28, 2024

Conversation

webmaster128
Copy link
Member

Motivation for those changes:

  • The use of Wasmer is an implementation detail that can change at any time
  • In the broader ecosystem of VMs (there are many now), CosmWasm shines when it comes to Cosmos SDK and IBC integration
  • The Wasm compiler is not a very strong argument for Rust. I think the language is also very good for high precision code, which I tried to express here
  • A contract is not a client to the chain (not external like a wallet), so I changed that to account

Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cosmwasm-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 10:12am

Copy link
Collaborator

@hashedone hashedone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hashedone hashedone merged commit 2505629 into main Aug 28, 2024
6 checks passed
@hashedone hashedone deleted the index-updates branch August 28, 2024 15:42
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