Skip to content

Commit

Permalink
OOM (#1059)
Browse files Browse the repository at this point in the history
Addresses #903.
  • Loading branch information
jfbastien authored Jul 13, 2017
1 parent 5bb3f28 commit 404375a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions JS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Whenever a [stack overflow](Semantics.md#stack-overflow) is happening in
WebAssembly code, the same exception is thrown as for a stack overflow in
JavaScript.

## Out of Memory

Whenever validation, compilation or instantiation run out of memory, the
same exception is thrown as for out of memory conditions in JavaScript.

## The `WebAssembly` object

The `WebAssembly` object is the initial value of the `WebAssembly` property of
Expand Down

0 comments on commit 404375a

Please sign in to comment.