Stream: git-wasmtime

Topic: wasmtime / PR #6160 Add `only_interfaces` and `with` to t...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 22:23):

elliottt opened PR #6160 from elliottt:trevor/bindgen-only-interfaces to bytecodealliance:main:

Add the only_interfaces and with options to the bindgen! macro. These two
additional options enable the definitions of a use of bindgen! to be split up
and reused in the following way:

TODO:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 22:24):

elliottt requested pchickey for a review on PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 22:24):

elliottt requested alexcrichton for a review on PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 22:24):

elliottt edited PR #6160:

Add the only_interfaces and with options to the bindgen! macro. These two
additional options enable the definitions of a use of bindgen! to be split up
and reused in the following way:

TODO:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 22:30):

elliottt edited PR #6160:

Add the only_interfaces and with options to the bindgen! macro. These two additional options enable the definitions of a use of bindgen! to be split up and reused in the following way:

Here's a use in the preview2-prototyping repository for a motivating example of how this can be used with the command world.

TODO:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 23:07):

elliottt updated PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 23:07):

elliottt edited PR #6160:

Add the only_interfaces and with options to the bindgen! macro. These two additional options enable the definitions of a use of bindgen! to be split up and reused in the following way:

Here's a use in the preview2-prototyping repository for a motivating example of how this can be used with the command world.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 23:08):

elliottt has marked PR #6160 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 05 2023 at 23:08):

elliottt requested wasmtime-core-reviewers for a review on PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 14:42):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 14:42):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 14:42):

alexcrichton created PR review comment:

Perhaps opts.with.extend(val)?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 22:25):

elliottt updated PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 22:29):

elliottt created PR review comment:

Yeah, that's much better :)

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 22:29):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 22:31):

elliottt updated PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2023 at 22:54):

elliottt updated PR #6160.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 11 2023 at 00:08):

elliottt merged PR #6160.


Last updated: Nov 22 2024 at 16:03 UTC