From 832e67b370c38353fdf19136c205cd97d015ee8a Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 31 Mar 2016 16:20:22 -0700 Subject: Mention extreme exhaustion --- Nondeterminism.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3