Skip to content

Added multi-memory and multi-table support - #55

Open
Haibib wants to merge 1 commit into
fix-postprocessorfrom
fix-postprocessor-2
Open

Added multi-memory and multi-table support#55
Haibib wants to merge 1 commit into
fix-postprocessorfrom
fix-postprocessor-2

Conversation

@Haibib

@Haibib Haibib commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

PR Description

@Haibib
Haibib force-pushed the fix-postprocessor-2 branch from 4232713 to 6dbac36 Compare August 21, 2026 19:58
@Haibib
Haibib force-pushed the fix-postprocessor-2 branch from 6dbac36 to 9088624 Compare August 21, 2026 22:55
Comment thread fix/procedure/src/lib.rs Outdated
let memory_1 = Memory::new(1).expect("expected 1 memory");
let table_1 = Table::new(1).expect("expected 1 table");

let num_entries = len(combination);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not very important but... can we do combination.len() instead of len(combination)? It's more idiomatic.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that looks much cleaner. Thanks!

@Haibib
Haibib force-pushed the fix-postprocessor-2 branch from a2771e5 to 0e10b75 Compare August 22, 2026 03:31
@Haibib
Haibib force-pushed the fix-postprocessor-2 branch from 0e10b75 to 160b480 Compare August 25, 2026 23:33
Co-authored-by: SaibililaA <saibi.kerim@gmail.com>
@Haibib
Haibib force-pushed the fix-postprocessor-2 branch from 160b480 to abcb502 Compare August 26, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants