Skip to content

chore(DSM): limit the length of a Wasm function name#8967

Draft
venkkatesh-sekar wants to merge 1 commit intomasterfrom
vsekar/limit_func_names_size
Draft

chore(DSM): limit the length of a Wasm function name#8967
venkkatesh-sekar wants to merge 1 commit intomasterfrom
vsekar/limit_func_names_size

Conversation

@venkkatesh-sekar
Copy link
Member

No description provided.

@github-actions github-actions bot added the chore label Feb 20, 2026
| WasmValidationError::UnsupportedWasmInstruction { .. }
| WasmValidationError::TooManyCustomSections { .. } => ErrorHelp::ToolchainError,
| WasmValidationError::TooManyCustomSections { .. }
| WasmValidationError::FunctionNameTooLarge { .. } => ErrorHelp::ToolchainError,
Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally, it would be an UserError but that requires a docref link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments