Skip to content

Commit

Permalink
Update src/blog/jspi-newapi.md
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Steiner <[email protected]>
  • Loading branch information
fgmccabe and tomayac authored May 31, 2024
1 parent 27ed700 commit 5df6492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/jspi-newapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Growable stacks refers to a stack allocation strategy that allows a WebAssembly
There are several potential techniques for implementing growable stacks. One that we are investigating is segmented stacks. A segmented stack consists of a chain of stack regions &mdash; each of which has a fixed size, but different segments may have different sizes.
Note that while we may be solving the stack overflow issue for coroutines we are not planning to make the main or central stack growable. Thus, if your application runs out of stack space, growable stacks will not fix your problem unless you use JSPI.
Note that while we may be solving the stack overflow issue for coroutines, we are not planning to make the main or central stack growable. Thus, if your application runs out of stack space, growable stacks will not fix your problem unless you use JSPI.
### The standards process
Expand Down

0 comments on commit 5df6492

Please sign in to comment.