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

Remove extern block from RustRuntime.h #10

Merged
merged 3 commits into from
Jan 4, 2024
Merged

Remove extern block from RustRuntime.h #10

merged 3 commits into from
Jan 4, 2024

Conversation

tokatoka
Copy link
Member

@tokatoka tokatoka commented Jan 4, 2024

Because rust bindgen do not generate any bindings for things inside the extern "C" block.

and so just deem this file as C++ file

@tokatoka tokatoka requested a review from julihoh January 4, 2024 13:13
@tokatoka tokatoka merged commit 019a226 into main Jan 4, 2024
9 checks passed
@tokatoka tokatoka deleted the no_extern branch January 4, 2024 13:21
@tokatoka
Copy link
Member Author

tokatoka commented Jan 4, 2024

later in #11 changed all this to C

@tokatoka tokatoka mentioned this pull request Jan 4, 2024
tokatoka added a commit that referenced this pull request Jan 4, 2024
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.

1 participant