mirror of
https://github.com/fluencelabs/wasm-utils
synced 2025-03-15 11:10:49 +00:00
Fix typo
Co-Authored-By: Sergei Pepyakin <s.pepyakin@gmail.com>
This commit is contained in:
parent
f8673d5b87
commit
5792da28d5
@ -5,7 +5,7 @@
|
|||||||
//! functionality, then ensure for all functions defined, in all execution paths though the
|
//! functionality, then ensure for all functions defined, in all execution paths though the
|
||||||
//! function body that do not trap that the amount of gas charged by the proposed metering
|
//! function body that do not trap that the amount of gas charged by the proposed metering
|
||||||
//! instructions is correct. This is done by constructing a control flow graph and exhaustively
|
//! instructions is correct. This is done by constructing a control flow graph and exhaustively
|
||||||
//! searching though all paths, which may take exponential time in the size of the function body in
|
//! searching through all paths, which may take exponential time in the size of the function body in
|
||||||
//! the worst case.
|
//! the worst case.
|
||||||
|
|
||||||
use super::MeteredBlock;
|
use super::MeteredBlock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user