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 the stack-machine wasmi engine backend #818

Merged
merged 4 commits into from
Dec 1, 2023
Merged

Commits on Nov 30, 2023

  1. remove EngineBackend and conditionals of users

    Also remove tests testing the stack-machine wasmi engine backend which is about to be removed since those tests can no longer be run.
    Robbepop committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e12a1fe View commit details
    Browse the repository at this point in the history
  2. remove code directly related to the stack-machine backend

    No post-removal clean ups performed in this commit.
    Robbepop committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    657653e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f316ddc View commit details
    Browse the repository at this point in the history
  4. make caller_results non optional

    The None variant was only needed for the removed stack-machine engine backend.
    Robbepop committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8b65d02 View commit details
    Browse the repository at this point in the history