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

Wasm execution #34

Closed
wants to merge 17 commits into from
Closed

Wasm execution #34

wants to merge 17 commits into from

Conversation

Hoverbear
Copy link
Contributor

@Hoverbear Hoverbear commented Apr 11, 2022

This is a draft!!!! It's very rough!

A PoC of PL/Rust working with a wasmtime based executor.

Some notes:

  • This doesn't use WIT (we'd like to try this!!!! and hopefully adopt!!!!), but instead it uses "packed pointers" *ptr = (len, bytes) and bincode.
  • It only supports strings/i32s right now.
  • An example non-trivial hostcall is present.

anth0nyleung and others added 17 commits March 25, 2022 13:16
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
Signed-off-by: Ana Hobden <operator@hoverbear.org>
@Hoverbear Hoverbear self-assigned this Apr 11, 2022
@Hoverbear Hoverbear mentioned this pull request Apr 13, 2022
@Hoverbear
Copy link
Contributor Author

Closing in favor of #35.

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