Skip to content

Commit ff8bae8

Browse files
committed
Suppress unused-package warnings for native-only streaming benchmarks
The streaming benchmark imports are only used by streaming_bench.mbt which targets native only, causing unused-package warnings on wasm-gc.
1 parent 39afa6d commit ff8bae8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

benchmarks/streaming/moon.pkg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77

88
options(
99
"native-stub": ["file_io_stub.c"],
10-
targets: {
11-
"streaming_bench.mbt": ["native"],
12-
},
10+
targets: { "streaming_bench.mbt": ["native"] },
1311
)
12+
13+
warnings = "-29"

0 commit comments

Comments
 (0)