(value)
| 53 | var store = module.exports[store_fn]; |
| 54 | function peek() { return load(offset); } |
| 55 | function poke(value) { return store(offset, value); } |
| 56 | function growMem(pages) { return module.exports.grow_memory(pages); } |
| 57 | |
| 58 | // Instead of checking every n-th offset, check the first 5. |
no test coverage detected