Skip to content

Commit f07e6f1

Browse files
committed
Change what directory is checked for WASI changes
1 parent c791d02 commit f07e6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
ANDROID_DIRS = frozenset({"Android"})
5151
IOS_DIRS = frozenset({"Apple", "iOS"})
5252
MACOS_DIRS = frozenset({"Mac"})
53-
WASI_DIRS = frozenset({Path("Tools", "wasm")})
53+
WASI_DIRS = frozenset({Path("Platforms", "WASI")})
5454

5555
LIBRARY_FUZZER_PATHS = frozenset({
5656
# All C/CPP fuzzers.

0 commit comments

Comments
 (0)