(value)
| 97 | let instance = builder.instantiate({gaz: {mine: memory}}); |
| 98 | function load() { return instance.exports.load(offset); } |
| 99 | function store(value) { return instance.exports.store(offset, value); } |
| 100 | |
| 101 | for (offset = 0; offset < kPageSize - 3; offset+=4) { |
| 102 | store(offset); |
no test coverage detected