wasm: Get List.map3 working

This commit is contained in:
Brian Carroll 2022-04-07 15:15:53 +01:00
parent 7b96e953ba
commit a7a84019cd
3 changed files with 79 additions and 7 deletions

View file

@ -264,5 +264,5 @@ pub const DEBUG_LOG_SETTINGS: WasmDebugLogSettings = WasmDebugLogSettings {
let_stmt_ir: false && cfg!(debug_assertions),
instructions: false && cfg!(debug_assertions),
storage_map: false && cfg!(debug_assertions),
keep_test_binary: false && cfg!(debug_assertions),
keep_test_binary: true && cfg!(debug_assertions),
};