We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8782656 commit 9d1ff1fCopy full SHA for 9d1ff1f
cli/bin/grain.js
@@ -11,6 +11,8 @@ const v8 = require("v8");
11
* This seems to work for our needs with Node 16, but we should be cautious when updating.
12
*/
13
v8.setFlagsFromString("--experimental-wasm-return-call");
14
+// TODO(#1580): Remove this flag
15
+v8.setFlagsFromString("--stack-size=2048");
16
17
const commander = require("commander");
18
const exec = require("./exec.js");
0 commit comments