os: add WASI (WebAssembly System Interface).

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
This commit is contained in:
Piotr Sikora 2020-11-05 05:24:03 +00:00
parent aee75f4429
commit ed46070dfc
1 changed files with 7 additions and 0 deletions

View File

@ -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",
)