Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add signature as a valid Wasm custom segment #90

Closed

Conversation

carlopi
Copy link
Collaborator

@carlopi carlopi commented Oct 9, 2024

This is needed for the Wasm target, otherwise the binary file is invalid. For other targets the extra few bytes are unnecessary, but for uniformity I think it's better to always have them (and this align to the behaviour of duckdb/duckdb/script/append_metadata.cmake)

Also port the cryptic comments from the original append_metadata.cmake script.

This is needed for the Wasm target, otherwise the binary file is invalid.
For other targets the extra few bytes are unnecessary, but for uniformity
I think it's better to always have them (and this align to the behaviour of
duckdb/duckdb/script/append_metadata.cmake)

Also port the cryptic comments from append_metadata.cmake script
@carlopi carlopi closed this Oct 9, 2024
@carlopi
Copy link
Collaborator Author

carlopi commented Oct 9, 2024

There was a problem in the comment style, reopened as #91

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