-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a local repo to allow multiple source targets to be passed.
- Loading branch information
Attila Oláh
committed
Sep 16, 2020
1 parent
fbdf3e1
commit 8fe7113
Showing
6 changed files
with
61 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
config_setting( | ||
name = "wasm32", | ||
constraint_values = [ | ||
"@platforms//os:none", | ||
"@platforms//cpu:wasm32", | ||
], | ||
) | ||
|
||
config_setting( | ||
name = "wasm64", | ||
constraint_values = [ | ||
#"//platforms:wasm64", | ||
"@platforms//os:none", | ||
"@platforms//cpu:wasm64", | ||
], | ||
filegroup( | ||
name = "all", | ||
srcs = ["emscripten_config.py"], | ||
visibility = ["//visibility:public"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters