authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-12-09 20:15:58+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-12-09 20:15:58+01:00
log3f0a4ffbf417f1878491d7bc4eac24924dae7a5c
treed162720595e5530de473fa7d809bdcd1ed9d38c5
parent2f4f7ace7a03098ca2f7c8f8d07bfbe8c2deb93d

langref: Update setEvalBranchQuota prototype


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" {...@@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" {
7988 {#header_close#}7988 {#header_close#}
79897989
7990 {#header_open|@setEvalBranchQuota#}7990 {#header_open|@setEvalBranchQuota#}
7991 <pre>{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}</pre>7991 <pre>{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}</pre>
7992 <p>7992 <p>
7993 Changes the maximum number of backwards branches that compile-time code7993 Changes the maximum number of backwards branches that compile-time code
7994 execution can use before giving up and making a compile error.7994 execution can use before giving up and making a compile error.