Stream: git-wasmtime

Topic: wasmtime / PR #5146 rebased wiggle: allow disable tracing...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2022 at 17:09):

pchickey opened PR #5146 from pch/optional-wiggle-tracing to main:

Wiggle generates code that instruments APIs with tracing code. This is handy for diagnosing issues at runtime, but when inspecting the output of Wiggle, it can make the generated code difficult for a human to decipher. This change makes tracing a default but optional feature, allowing users to avoid tracing code with commands like cargo expand --no-default-features. This should be no change for current crates depending on wiggle, wiggle-macro, and wiggle-generate.

review: add 'tracing' feature to wasi-common

review: switch to using macro configuration parsing

<!--

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 (Oct 27 2022 at 17:25):

pchickey has marked PR #5146 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2022 at 17:53):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2022 at 18:26):

pchickey merged PR #5146.


Last updated: Oct 23 2024 at 20:03 UTC