We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7fe9b commit 5c4a24fCopy full SHA for 5c4a24f
src/parseTools.js
@@ -277,10 +277,6 @@ function indentify(text, indent) {
277
278
// Correction tools
279
280
-function checkSafeHeap() {
281
- return SAFE_HEAP === 1;
282
-}
283
-
284
function getHeapOffset(offset, type) {
285
if (!WASM_BIGINT && Runtime.getNativeFieldSize(type) > 4 && type == 'i64') {
286
// we emulate 64-bit integer values as 32 in asmjs-unknown-emscripten, but not double
0 commit comments