Skip to content

Commit 89f4a5b

Browse files
committed
chore: increase recursion limit
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent c5a9966 commit 89f4a5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/wrpc-wasmtime.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![recursion_limit = "256"]
2+
13
#[tokio::main]
24
async fn main() -> anyhow::Result<()> {
35
wrpc_wasmtime_cli::run().await

0 commit comments

Comments
 (0)