Skip to content

Commit

Permalink
Merge pull request #12 from lizan:wasm
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314539311
Change-Id: I78e13c6887bccf28a2d63760176519eed7cfd2ac
  • Loading branch information
copybara-github committed Jun 3, 2020
2 parents 9ded0f9 + 966defd commit 681f1ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

0 comments on commit 681f1ee

Please sign in to comment.