Skip to content

Wasm function table limits#2999

Open
kmatasfp wants to merge 6 commits intomainfrom
2971-warm-function-table-limit
Open

Wasm function table limits#2999
kmatasfp wants to merge 6 commits intomainfrom
2971-warm-function-table-limit

Conversation

@kmatasfp
Copy link
Contributor

@kmatasfp kmatasfp commented Mar 17, 2026

Resolves: #2971

Function table limits Implementation based on existing memory limits implementation.

For determining the initially configured limit of 16384 I used wasm-tool to analyze test-comonents and Peters app and then 10x the biggest value I saw and chose closest number to it that is power of 2,

@kmatasfp kmatasfp requested a review from vigoo March 17, 2026 04:21
tag_suite!(revert, group3);

tag_suite!(rdbms_service, rdbms_service);
tag_suite!(resource_limits, group1);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure what is the criteria how the tests are grouped, so if this is not the correct group let me know

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.

WASM function table limit

2 participants