Stream: git-wasmtime

Topic: wasmtime / PR #2201 wasi-common: code motion around type ...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 00:03):

pchickey opened PR #2201 from pch/wasi_common_move_type_imports to main:

This PR should be NFC (no functional change) - just code motion.

The wiggle transformation of wasi-common saw us import the generated types all over the crate via use crate::wasi::types;. In order to make the crate more agile for future changes to the way we do wiggle codegen for supporting multiple snapshots, this PR sets in place the design pattern that:

We ignore this rule in snapshots::wasi_snapshot_preview1 because we'll be making more changes to that soon.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 15 2020 at 17:03):

pchickey requested iximeow for a review on PR #2201.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2020 at 21:38):

iximeow submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2020 at 21:39):

iximeow submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2020 at 21:48):

pchickey merged PR #2201.


Last updated: Oct 23 2024 at 20:03 UTC