We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eb83ed commit 6a5a4fbCopy full SHA for 6a5a4fb
wasmtime/tests/test.rs
@@ -3,6 +3,8 @@ use test_programs_artifacts::TEST;
3
4
#[tokio::test]
5
async fn initialize_test_component() -> Result<()> {
6
+ println!("test component: {TEST:?}");
7
+
8
let component = std::fs::read(TEST)?;
9
10
// TODO: execute `component`. it should trap.
0 commit comments