wasm: Delete load_symbol_zig. All tests pass!

This commit is contained in:
Brian Carroll 2022-09-10 10:21:44 +01:00 committed by Brendan Hansknecht
parent 12c6c25031
commit 197b626497
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 8 additions and 50 deletions

View file

@ -249,7 +249,7 @@ pub const DEBUG_SETTINGS: WasmDebugSettings = WasmDebugSettings {
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),
};
#[cfg(test)]