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

Commits on Oct 25, 2019

  1. refactor(abi): add auto-generated Rust bindings to src dir instead of…

    … using the include! macro
    
    This removes the necessity for Rust Nightly's macro expansion when generating the Runtime CAPI
    Wodann committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    6e67117 View commit details
    Browse the repository at this point in the history
  2. refactor(runtime): convert runtime's invoke functions into associated…

    … functions
    
    This allows the function invocation to be decoupled from the runtime,
    since it only depends on its public interface.
    Wodann committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    433ffa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b49b336 View commit details
    Browse the repository at this point in the history