()
| 82 | } |
| 83 | var cachedInt32Memory0 = null; |
| 84 | function getInt32Memory0() { |
| 85 | if (cachedInt32Memory0 === null || cachedInt32Memory0.byteLength === 0) { |
| 86 | cachedInt32Memory0 = new Int32Array(wasm.memory.buffer); |
| 87 | } |
| 88 | return cachedInt32Memory0; |
| 89 | } |
| 90 | var cachedTextDecoder = typeof TextDecoder !== "undefined" ? new TextDecoder("utf-8", { ignoreBOM: true, fatal: true }) : { decode: () => { |
| 91 | throw Error("TextDecoder not available"); |
| 92 | } }; |
no outgoing calls
no test coverage detected
searching dependent graphs…