Skip to content

Commit c822293

Browse files
committed
chore: add bindgen tracing issue ref
ref #11245 Signed-off-by: Roman Volosatovs <[email protected]>
1 parent bb56996 commit c822293

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/wasi/src/p3/bindings.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ mod generated {
117117
wasmtime::component::bindgen!({
118118
path: "src/p3/wit",
119119
world: "wasi:cli/command",
120-
//tracing: true, // TODO: Enable once fixed
120+
// TODO: Enable `tracing` once fixed:
121+
// https://github.com/bytecodealliance/wasmtime/issues/11245
122+
//tracing: true,
121123
trappable_imports: true,
122124
concurrent_exports: true,
123125
concurrent_imports: true,

0 commit comments

Comments
 (0)