We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1c98e5 + 9497269 commit a66f0afCopy full SHA for a66f0af
src/conditional-compilation.md
@@ -132,12 +132,15 @@ Example values:
132
133
### `target_family`
134
135
-Key-value option set at most once with the target's operating system value.
+Key-value option providing a more generic description of a target, such as the family of the
136
+operating systems or architectures that the target generally falls into. Any number of
137
+`target_family` key-value pairs can be set.
138
139
Example values:
140
141
* `"unix"`
142
* `"windows"`
143
+* `"wasm"`
144
145
### `unix` and `windows`
146
0 commit comments