Stream: git-wasmtime

Topic: wasmtime / PR #9173 Improve support for `Module` trait ob...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 18:33):

Spartan2909 opened PR #9173 from Spartan2909:main to bytecodealliance:main:

<!--
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
-->

Removes the implicit Sized requirement on the implementation for &mut M where M: Module and adds an implementation for Box<dyn Module>.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 18:33):

Spartan2909 requested elliottt for a review on PR #9173.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 18:33):

Spartan2909 requested wasmtime-compiler-reviewers for a review on PR #9173.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 19:05):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 19:05):

alexcrichton created PR review comment:

Is it worth generalizing this to impl<M: Module + ?Sized> Module for Box<M> as well?

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 19:44):

Spartan2909 updated PR #9173.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 19:45):

Spartan2909 submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 19:45):

Spartan2909 created PR review comment:

Done

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 20:33):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 27 2024 at 21:22):

alexcrichton merged PR #9173.


Last updated: Oct 23 2024 at 20:03 UTC