We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a4c8b commit d39f9f1Copy full SHA for d39f9f1
1 file changed
crates/wasmtime/Cargo.toml
@@ -15,7 +15,7 @@ async-trait = { version = "0.1.50", optional = true }
15
16
[features]
17
# Enables generated code to emit events via the `tracing` crate whenever wasm is
18
-# entered and when native functions are called. Note that tracin is currently
+# entered and when native functions are called. Note that tracing is currently
19
# only done for imported functions.
20
tracing = ['tracing-lib', 'wit-bindgen-wasmtime-impl/tracing']
21
0 commit comments