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 fuel metering for lazily compiled functions #873

Closed
Robbepop opened this issue Jan 4, 2024 · 0 comments · Fixed by #876
Closed

Add fuel metering for lazily compiled functions #873

Robbepop opened this issue Jan 4, 2024 · 0 comments · Fixed by #876
Assignees
Labels
enhancement New feature or request

Comments

@Robbepop
Copy link
Member

Robbepop commented Jan 4, 2024

Currently when compiling Wasm functions lazily no fuel is being charged. However, this is critically important to do in order to properly implement lazy compilation fuel metering on the user side with the result of charging as little fuel as possible for the respective inputs.

@Robbepop Robbepop added the enhancement New feature or request label Jan 4, 2024
@Robbepop Robbepop self-assigned this Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant