This commit is contained in:
Stefan Wallentowitz 2026-04-13 10:27:40 +00:00 committed by GitHub
commit 04c5b62ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -878,7 +878,9 @@ execute_func(WASMModuleInstanceCommon *module_inst, const char *name,
if (j < (uint32)(type->result_count - 1))
os_printf(",");
}
if (type->result_count > 0) {
os_printf("\n");
}
#if WASM_ENABLE_GC != 0
for (j = 0; j < num_local_ref_pushed; j++) {