Merge pull request #19 from PiotrSikora:wasi

PiperOrigin-RevId: 340987756
Change-Id: I9055ddb0b3b8f21b4c1419c511055e0330943a00
diff --git a/os/BUILD b/os/BUILD
index 16525d3..53fec81 100644
--- a/os/BUILD
+++ b/os/BUILD
@@ -84,3 +84,10 @@
     name = "nixos",
     constraint_setting = ":os",
 )
+
+# WASI (WebAssembly System Interface)
+# https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-overview.md
+constraint_value(
+    name = "wasi",
+    constraint_setting = ":os",
+)