wasm: Fix struct calling convention for Zig lowlevels

This commit is contained in:
Brian Carroll 2022-09-09 18:56:08 +01:00 committed by Brendan Hansknecht
parent 4c4344b46c
commit b3bb477ccb
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 22 additions and 22 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: false && cfg!(debug_assertions), // see also ROC_WRITE_FINAL_WASM
keep_test_binary: true && cfg!(debug_assertions),
};
#[cfg(test)]