From 3f0a4ffbf417f1878491d7bc4eac24924dae7a5c Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 9 Dec 2020 20:15:58 +0100 Subject: [PATCH] langref: Update setEvalBranchQuota prototype --- doc/langref.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index a76dd7361bf05879fd7caf5527dcf376d54cdbb2..02f96ff9d74d4828edf3af4d4588905616bf776d 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" { {#header_close#} {#header_open|@setEvalBranchQuota#} -
{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}
+
{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}

Changes the maximum number of backwards branches that compile-time code execution can use before giving up and making a compile error. -- 2.54.0