(addr)
| 211 | } |
| 212 | |
| 213 | const loadString = (addr) => { |
| 214 | const saddr = getInt64(addr + 0); |
| 215 | const len = getInt64(addr + 8); |
| 216 | return decoder.decode(new DataView(this._inst.exports.mem.buffer, saddr, len)); |
| 217 | } |
| 218 | |
| 219 | const testCallExport = (a, b) => { |
| 220 | this._inst.exports.testExport0(); |