JS-Interpreter Size Demo

Some applications need to measure the size of the interpreted runtime to ensure that memory bombs are terminated. See the roughValueMemoryBytes function in this pages's source.

The current memory usage is roughly 0 KB.

Click Parse, then click Step repeatedly. Open your browser's console for errors.


Back to the JS-Interpreter documentation.