Migrate the last sections: Type and Function

This commit is contained in:
Brian Carroll 2021-11-03 10:24:03 +00:00
parent 6fca1caee5
commit 59757d638a
8 changed files with 102 additions and 121 deletions

View file

@ -119,7 +119,7 @@ pub fn helper_wasm<'a, T: Wasm32TestResult>(
combine_and_serialize(&mut module_bytes, parity_builder, &mut wasm_module);
// for debugging (e.g. with wasm2wat or wasm-objdump)
if true {
if false {
use std::io::Write;
let mut hash_state = DefaultHasher::new();