We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracing
1 parent bb56996 commit c822293Copy full SHA for c822293
1 file changed
crates/wasi/src/p3/bindings.rs
@@ -117,7 +117,9 @@ mod generated {
117
wasmtime::component::bindgen!({
118
path: "src/p3/wit",
119
world: "wasi:cli/command",
120
- //tracing: true, // TODO: Enable once fixed
+ // TODO: Enable `tracing` once fixed:
121
+ // https://github.com/bytecodealliance/wasmtime/issues/11245
122
+ //tracing: true,
123
trappable_imports: true,
124
concurrent_exports: true,
125
concurrent_imports: true,
0 commit comments