We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4643f41 commit 4f86bd4Copy full SHA for 4f86bd4
2 files changed
crates/test/src/runner.rs
@@ -45,8 +45,7 @@ impl TestRunner {
45
for arg in self.args.iter() {
46
ret.arg(arg);
47
}
48
- ret.arg("--invoke=run()")
49
- .arg("-Wcomponent-model-fixed-size-list");
+ ret.arg("--invoke=run()");
50
ret
51
52
tests/runtime/fixed-size-list/runner.rs
@@ -1,3 +1,5 @@
1
+//@ wasmtime-flags = '-Wcomponent-model-fixed-length-lists'
2
+
3
include!(env!("BINDINGS"));
4
5
use test::fixed_size_lists::to_test::*;
0 commit comments