aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--os/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/BUILD b/os/BUILD
index ae6e8b0..8e9f990 100644
--- a/os/BUILD
+++ b/os/BUILD
@@ -106,6 +106,11 @@ constraint_value(
constraint_setting = ":os",
)
+constraint_value(
+ name = "emscripten",
+ constraint_setting = ":os",
+)
+
# WASI (WebAssembly System Interface)
# https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-overview.md
constraint_value(