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 automatic generation of C bindings for the runtime #22

Merged
merged 3 commits into from
Oct 25, 2019

Conversation

Wodann
Copy link
Collaborator

@Wodann Wodann commented Oct 25, 2019

  • automatic generation of C bindings for runtime
  • first version of C bindings

… using the include! macro

This removes the necessity for Rust Nightly's macro expansion when generating the Runtime CAPI
… functions

This allows the function invocation to be decoupled from the runtime,
since it only depends on its public interface.
@Wodann Wodann self-assigned this Oct 25, 2019
@Wodann Wodann merged commit 7fc6af0 into mun-lang:master Oct 25, 2019
@Wodann Wodann added this to the Mun v0.1.0 milestone May 14, 2020
This pull request was closed.
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