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:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
pchickey commented on Issue #1909:
Thanks! Can you also add the corresponding GuestPtr<str> -> GuestPtr<[u8]> conversion?
pchickey edited a comment on Issue #1909:
Thanks! Can you also add the corresponding
GuestPtr<str> -> GuestPtr<[u8]>
conversion?
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 theas_bytes(&self) -> GuestPtr<'a, [u8]>
method. Is that the intention?
siyopao commented on Issue #1909:
Thank you for the explanation and your help @pchickey. It was an interesting first look!
Last updated: Nov 22 2024 at 16:03 UTC