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

Describe a primitive reactor ABI. #256

Merged
merged 3 commits into from
Apr 20, 2020

Commits on Apr 13, 2020

  1. Describe a primitive reactor ABI.

    This adds a new reactor ABI, indicated by exporting the function
    "_activate". For now, a reactor is just a module which doesn't have
    a lifetime scoped by a "_start" or "main" function, though it may
    evolve to include other semantics in the future.
    sunfishcode committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f84b257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a8165 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb1c73 View commit details
    Browse the repository at this point in the history