From 3f0a4ffbf417f1878491d7bc4eac24924dae7a5c Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 9 Dec 2020 20:15:58 +0100 Subject: 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 a76dd7361b..02f96ff9d7 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. -- cgit v1.2.3