()
| 1706 | __name(abort, "abort"); |
| 1707 | var wasmBinaryFile; |
| 1708 | function findWasmBinary() { |
| 1709 | if (Module["locateFile"]) { |
| 1710 | return locateFile("web-tree-sitter.wasm"); |
| 1711 | } |
| 1712 | return new URL("web-tree-sitter.wasm", import.meta.url).href; |
| 1713 | } |
| 1714 | __name(findWasmBinary, "findWasmBinary"); |
| 1715 | function getBinarySync(file) { |
| 1716 | if (file == wasmBinaryFile && wasmBinary) { |
no test coverage detected