diff --git a/doc/langref.html.in b/doc/langref.html.in index a76dd7361..02f96ff9d 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.