Stream: git-wasmtime

Topic: wasmtime / Issue #1909 wiggle: GuestPtr<[u8]> => GuestPtr...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 00:29):

github-actions[bot] commented on Issue #1909:

Subscribe to Label Action

cc @kubkon

<details>
This issue or pull request has been labeled: "wasi"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 16:28):

pchickey commented on Issue #1909:

Thanks! Can you also add the corresponding GuestPtr<str> -> GuestPtr<[u8]> conversion?

view this post on Zulip Wasmtime GitHub notifications bot (Jun 23 2020 at 16:31):

pchickey edited a comment on Issue #1909:

Thanks! Can you also add the corresponding GuestPtr<str> -> GuestPtr<[u8]> conversion?

view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2020 at 00:17):

siyopao commented on Issue #1909:

Hello @pchickey. Thank you! Okay, I added the as_byte_ptr(&self) -> GuestPtr<'a, [u8]> method. It is exactly the same as the as_bytes(&self) -> GuestPtr<'a, [u8]> method. Is that the intention?

view this post on Zulip Wasmtime GitHub notifications bot (Jun 24 2020 at 04:12):

siyopao commented on Issue #1909:

Thank you for the explanation and your help @pchickey. It was an interesting first look!


Last updated: Oct 23 2024 at 20:03 UTC