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

Improve contract-call? implementation #468

Open
obycode opened this issue Aug 13, 2024 · 1 comment
Open

Improve contract-call? implementation #468

obycode opened this issue Aug 13, 2024 · 1 comment

Comments

@obycode
Copy link
Collaborator

obycode commented Aug 13, 2024

Currently, calling another contract involves spinning up a separate Wasm VM to execute the callee, then return results to the caller, which is quite resource intensive. It would be much better to instead load the callee and link it into the caller's VM.

@obycode
Copy link
Collaborator Author

obycode commented Aug 13, 2024

Note: this change might help with issue #409.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

1 participant