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(runtime): add marshalling of value structs #93

Merged
merged 6 commits into from
Mar 7, 2020

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    caf0dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b209c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef0253d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d539b40 View commit details
    Browse the repository at this point in the history
  5. feat(code_gen): create marshallable wrapper for unmarshallable functions

    A function cannot be marshalled when one of its parameters or its return
    type are a value struct
    Wodann committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    9dc084e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a716ad View commit details
    Browse the repository at this point in the history