diff options
| author | JF Bastien <github@jfbastien.com> | 2016-03-31 16:20:22 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2016-03-31 16:20:22 -0700 |
| commit | 832e67b370c38353fdf19136c205cd97d015ee8a (patch) | |
| tree | 249bfe6fa358480268c89c5ab261c43bc2e84454 | |
| parent | 8d067ee68e4544d18b0c29d6bdb34dde6e1c125e (diff) | |
| download | nanowasm-design-832e67b370c38353fdf19136c205cd97d015ee8a.tar.gz | |
Mention extreme exhaustion
| -rw-r--r-- | Nondeterminism.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Nondeterminism.md b/Nondeterminism.md index d393ae7..6a90e92 100644 --- a/Nondeterminism.md +++ b/Nondeterminism.md @@ -52,6 +52,7 @@ currently admits nondeterminism: or functions have too many locals, or infinite recursion). Note that this stack isn't located in the program-accessible linear memory. - Resources such as handles may get exhausted. + - Any other resource could get exhausted at any time. Caveat emptor. Users of C, C++, and similar languages should be aware that operators which have defined or constrained behavior in WebAssembly itself may nonetheless still |
