| author | |
| committer | |
| log | 3f0a4ffbf417f1878491d7bc4eac24924dae7a5c |
| tree | d162720595e5530de473fa7d809bdcd1ed9d38c5 |
| parent | 2f4f7ace7a03098ca2f7c8f8d07bfbe8c2deb93d |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -7988,7 +7988,7 @@ test "@wasmMemoryGrow" { |
| 7988 | 7988 | {#header_close#} |
| 7989 | 7989 | |
| 7990 | 7990 | {#header_open|@setEvalBranchQuota#} |
| 7991 | <pre>{#syntax#}@setEvalBranchQuota(new_quota: usize){#endsyntax#}</pre> | |
| 7991 | <pre>{#syntax#}@setEvalBranchQuota(new_quota: u32){#endsyntax#}</pre> | |
| 7992 | 7992 | <p> |
| 7993 | 7993 | Changes the maximum number of backwards branches that compile-time code |
| 7994 | 7994 | execution can use before giving up and making a compile error. |