mirror of https://github.com/bazelbuild/platforms
Merge pull request #19 from PiotrSikora:wasi
PiperOrigin-RevId: 340987756 Change-Id: I9055ddb0b3b8f21b4c1419c511055e0330943a00
This commit is contained in:
commit
228d7d560d
7
os/BUILD
7
os/BUILD
|
@ -84,3 +84,10 @@ constraint_value(
|
||||||
name = "nixos",
|
name = "nixos",
|
||||||
constraint_setting = ":os",
|
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",
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue