github-actions[bot] commented on Issue #2528:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
theduke commented on Issue #2528:
I implemented your suggestion, the code definitely is much more elegant this way.
I also added a
_private
field to the error for extensibility and moved the test totests/all/externals.rs
since most tests seem to live there.
theduke edited a comment on Issue #2528:
I implemented your suggestion, the code definitely is more elegant this way.
I also added a
_private
field to the error for extensibility and moved the test totests/all/externals.rs
since most tests seem to live there.
alexcrichton commented on Issue #2528:
Looks great to me, thanks!
Last updated: Nov 22 2024 at 16:03 UTC