Returns the default set of arguments that will be passed to `wit-bindgen`. Defaults to empty, but each language can override it.
(&self)
| 1256 | /// |
| 1257 | /// Defaults to empty, but each language can override it. |
| 1258 | fn default_bindgen_args(&self) -> &[&str] { |
| 1259 | &[] |
| 1260 | } |
| 1261 | |
| 1262 | /// Same as `default_bindgen_args` but specifically applied during codegen |
| 1263 | /// tests, such as generating stub impls by default. |
no outgoing calls
no test coverage detected