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

Change the injection count of fuel in a store from u32 to u64 #3048

Merged
merged 2 commits into from
Jul 1, 2021

Commits on Jun 30, 2021

  1. Change the injection count of fuel in a store from u32 to u64

    This commit updates the type of the amount of times to inject fuel in
    the `out_of_fuel_async_yield` to `u64` instead of `u32`. This should
    allow effectively infinite fuel to get injected, even if a small amount
    of fuel is injected per iteration.
    
    Closes bytecodealliance#2927
    Closes bytecodealliance#3046
    alexcrichton committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6428717 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Fix tokio example

    alexcrichton committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    2696bca View commit details
    Browse the repository at this point in the history