Skip to content

Commit de656ba

Browse files
committed
remove debugging code
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent edea533 commit de656ba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/environ/src/component/translate

crates/environ/src/component/translate/adapt.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,6 @@ impl<'data> Translator<'_, 'data> {
196196
names.push(name);
197197
}
198198
let wasm = module.encode();
199-
std::fs::write("/tmp/adapter.wasm", &wasm).unwrap();
200-
wasmparser::Validator::new().validate_all(&wasm).unwrap();
201199
let imports = module.imports().to_vec();
202200

203201
// Extend the lifetime of the owned `wasm: Vec<u8>` on the stack to

0 commit comments

Comments
 (0)