diff --git a/os/BUILD b/os/BUILD index 16525d3..53fec81 100644 --- a/os/BUILD +++ b/os/BUILD @@ -84,3 +84,10 @@ constraint_value( 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", +)