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 6aaeaea commit 5e3faa0Copy full SHA for 5e3faa0
src/lib.rs
@@ -530,7 +530,6 @@ pub async fn initialize_staged(
530
531
let instrumented_component = instrumented_component.finish();
532
533
- std::fs::write("instrumented.wasm", &instrumented_component)?;
534
Validator::new().validate_all(&instrumented_component)?;
535
536
let mut invoker = initialize(instrumented_component).await?;
0 commit comments