commit 3f0a4ffbf417f1878491d7bc4eac24924dae7a5c (tree)
parent 2f4f7ace7a03098ca2f7c8f8d07bfbe8c2deb93d
Author: LemonBoy <thatlemon@gmail.com>
Date: Wed, 9 Dec 2020 20:15:58 +0100
langref: Update setEvalBranchQuota prototype
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/langref.html.in b/doc/langref.html.in
@@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" {
{#header_close#}
{#header_open|@setEvalBranchQuota#}
- <pre>{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}</pre>
+ <pre>{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}</pre>
<p>
Changes the maximum number of backwards branches that compile-time code
execution can use before giving up and making a compile error.