diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 0ec20f3f6..8085cbfab 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -132,12 +132,15 @@ Example values: ### `target_family` -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 +operating systems or architectures that the target generally falls into. Any number of +`target_family` key-value pairs can be set. Example values: * `"unix"` * `"windows"` +* `"wasm"` ### `unix` and `windows`