()
| 109 | } |
| 110 | var cachedInt32Memory0 = null; |
| 111 | function getInt32Memory0() { |
| 112 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 113 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 114 | } |
| 115 | return cachedInt32Memory0; |
| 116 | } |
| 117 | var cachedTextDecoder = typeof TextDecoder !== "undefined" ? new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }) : { decode: () => { |
| 118 | throw Error("TextDecoder not available"); |
| 119 | } }; |
no outgoing calls
no test coverage detected
searching dependent graphs…