-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
3 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
Empty file.
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,8 +1,8 @@ | ||
# This list should be kept as short as possible, and things should remain here | ||
# only as long as necessary, since in general the goal is for all of the latest | ||
# versions of packages to be mutually compatible, and compilable with Wasm. | ||
|
||
# This is only used for wasm compilation. Once all packages in the repo have | ||
# been migrated, remove this file and use `exclude_all_packages_app.yaml` only. | ||
# | ||
# This is only used for the rare case where a package fails in Wasm, but works | ||
# in JS mode. | ||
|
||
[] # Needed so the contents of this file are an empty array, not `null`! |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This list should be kept as short as possible, and things should remain here | ||
# only as long as necessary, since in general all web packages should work with | ||
# Wasm. | ||
# | ||
# This is only used for the rare case where a package fails in Wasm, but works | ||
# in JS mode. | ||
|
||
[] # Needed so the contents of this file are an empty array, not `null`! |