mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Migrate the last sections: Type and Function
This commit is contained in:
parent
6fca1caee5
commit
59757d638a
8 changed files with 102 additions and 121 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue