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

bump to chicory 1.0 and wasm module interface annotation #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

andreaTP
Copy link
Collaborator

@andreaTP andreaTP commented Jan 6, 2025

Supersede #38 , along with the bump I switched to the new @WasmModuleInterface annotation to generate most of the boilerplate code.
The only downside is that we lose the javadocs around the exported functions, though this should be arguably easier to maintain and free of human errors as the interface is directly extracted from the Wasm Module.

The changes to the user API are minimal, since we are still in 0.0.X we should be free of rolling them out.

Happy to hear feedback about it 🙂 !

@andreaTP andreaTP requested a review from anderseknert January 6, 2025 11:23
@anderseknert
Copy link
Member

WIll take a look tonight!

Copy link
Member

@anderseknert anderseknert left a comment

Choose a reason for hiding this comment

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

Change looks good to me! Any docs that should be updated with this?

@andreaTP
Copy link
Collaborator Author

andreaTP commented Jan 9, 2025

Good call @anderseknert , I added a commit to test the Readme.md file in CI, found a couple of minor issues and fixed those 👍

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