Merge pull request #12 from lizan:wasm

PiperOrigin-RevId: 314539311
Change-Id: I78e13c6887bccf28a2d63760176519eed7cfd2ac
This commit is contained in:
Copybara-Service 2020-06-03 08:53:13 -07:00
commit 681f1ee032
1 changed files with 10 additions and 0 deletions

View File

@ -74,3 +74,13 @@ constraint_value(
name = "x86_64",
constraint_setting = ":cpu",
)
constraint_value(
name = "wasm32",
constraint_setting = ":cpu",
)
constraint_value(
name = "wasm64",
constraint_setting = ":cpu",
)