is there a way to make the call stack in deno larger?
I already think this is a no from what I have gathered but I thought Id ask
1 Reply
I wasn't able to find the answer to your question in the official Deno documentation. As of my last update, Deno does not provide a direct way to configure the call stack size as you might do in other JavaScript runtimes with specific flags (like
--stack-size
in Node.js).
However, based on your message, there are no obvious syntax errors or mistakes. Since this advice is not based on the Deno documentation, I recommend double-checking the accuracy of this information and exploring the Deno community resources or GitHub issues for any potential workarounds or discussions related to increasing the call stack size.