Define constraint for emscripten os (#84)

This is to be used for Web Assembly, with cpus wasm32/wasm64.
diff --git a/os/BUILD b/os/BUILD
index ae6e8b0..8e9f990 100644
--- a/os/BUILD
+++ b/os/BUILD
@@ -106,6 +106,11 @@
     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(