mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Merge pull request #3740 from rtfeldman/restore-roc-run
This commit is contained in:
commit
1f45d13c67
1 changed files with 3 additions and 1 deletions
|
@ -525,7 +525,9 @@ pub fn build(
|
|||
}
|
||||
|
||||
let wasm_dev_stack_bytes: Option<u32> = matches
|
||||
.value_of(FLAG_WASM_STACK_SIZE_KB)
|
||||
.try_get_one::<&str>(FLAG_WASM_STACK_SIZE_KB)
|
||||
.ok()
|
||||
.flatten()
|
||||
.and_then(|s| s.parse::<u32>().ok())
|
||||
.map(|x| x * 1024);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue