Implement stack overflow protection for webassembly #130397
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
OS-wasi
type-feature
A feature request or enhancement
Implementing stack overflow protection for webassembly is tricky, as there are two stacks:
We need to avoid overflowing either. It generally seems that the first stack is the one most vulnerable to overflow, so perhaps a simple counter would work.
@brettcannon
@hoodmane
The text was updated successfully, but these errors were encountered: