wasm: Extract List.mapN logic into a helper function

This commit is contained in:
Brian Carroll 2022-04-08 14:45:47 +01:00
parent a7a84019cd
commit bdad1a5161
3 changed files with 123 additions and 167 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: true && cfg!(debug_assertions),
keep_test_binary: false && cfg!(debug_assertions),
};