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

Add instructions on how to use the VM when building an SDK #984

Open
salaheldinsoliman opened this issue Sep 17, 2024 · 0 comments
Open

Comments

@salaheldinsoliman
Copy link

What problem does your feature solve?

A deeper understanding of the Soroban VM is need for building a better, more efficient SDK.
The Build your own SDK doc, in my opinion, lacks critical information for SDK builders, like the design decisions behind Soroban VM for instance

What would you like to see?

Precious info like in: https://stellar.org/blog/developers/why-doesnt-soroban-use-a-jit
And https://stellar.org/blog/developers/project-jump-cannon-choosing-wasm

Formulated in a way that exposes clear points on how to use the VM. For instance, reading Why doesn't Soroban use a Jit leads to the conclusion that wen building an SDK, all the heavy work (like allocating memory) shall be done host side not guest side.

What alternatives are there?

Discord is always there :) but precious convos as:
https://discordapp.com/channels/897514728459468821/1067534037310255225/1273873467699105907
Usually get lost

@github-project-automation github-project-automation bot moved this to Ideas in Dev Docs Sep 17, 2024
@salaheldinsoliman salaheldinsoliman changed the title Add instructions on how to use the VM when building and SDK Add instructions on how to use the VM when building an SDK Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ideas
Development

No branches or pull requests

1 participant