Skip to content

Commit

Permalink
add wasm cpu
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan committed May 1, 2020
1 parent 9ded0f9 commit 966defd
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 966defd

Please sign in to comment.