aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2016-03-31 16:20:22 -0700
committerJF Bastien <github@jfbastien.com>2016-03-31 16:20:22 -0700
commit832e67b370c38353fdf19136c205cd97d015ee8a (patch)
tree249bfe6fa358480268c89c5ab261c43bc2e84454
parent8d067ee68e4544d18b0c29d6bdb34dde6e1c125e (diff)
downloadnanowasm-design-832e67b370c38353fdf19136c205cd97d015ee8a.tar.gz
Mention extreme exhaustion
-rw-r--r--Nondeterminism.md1
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