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

feat(observe api): seperate c++ bindings from c bindings #168

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

G4Vi
Copy link
Contributor

@G4Vi G4Vi commented Aug 7, 2024

This allows using the c++ bindings without the c bindings. Making the C++ bindings easier to use also a single header library. In a C++ project both bindings still may be used all the time.

@nilslice
Copy link
Member

nilslice commented Aug 7, 2024

Should we move the component stuff out of here now that we've provided it to the community in wasi-observe? Seems like its fallen behind tooling and causing CI to fail.

@G4Vi
Copy link
Contributor Author

G4Vi commented Aug 7, 2024

Should we move the component stuff out of here now that we've provided it to the community in wasi-observe? Seems like its fallen behind tooling and causing CI to fail.

I'd be happy to nuke the observe component support as I don't think anyone uses it and fixing it up, is probably just as much work as readding it, as I'm sure there's been tooling changes. If we have a need for it or someone contributes it, we could always readd it. @chrisdickinson What do you think?

@chrisdickinson
Copy link
Contributor

Yeah, probably worth ripping that out for now. Git will remember it for us if we ever need it in the future!

@G4Vi G4Vi force-pushed the feat-seperate-cxx-bindings branch from 7582eb6 to 688525f Compare August 8, 2024 20:01
Copy link
Member

@nilslice nilslice left a comment

Choose a reason for hiding this comment

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

LGTM, assuming CI passes! Thanks for fixing up the wasmtime dependencies on the services. Nice to have this all green again.

@G4Vi G4Vi merged commit 313748c into main Aug 8, 2024
6 checks passed
@G4Vi G4Vi deleted the feat-seperate-cxx-bindings branch August 8, 2024 20:24
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.

3 participants