MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / getWasmImports

Function getWasmImports

website/public/wasm/web-tree-sitter.js:1763–1770  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1761 }
1762 __name(instantiateAsync, "instantiateAsync");
1763 function getWasmImports() {
1764 return {
1765 "env": wasmImports,
1766 "wasi_snapshot_preview1": wasmImports,
1767 "GOT.mem": new Proxy(wasmImports, GOTHandler),
1768 "GOT.func": new Proxy(wasmImports, GOTHandler)
1769 };
1770 }
1771 __name(getWasmImports, "getWasmImports");
1772 async function createWasm() {
1773 function receiveInstance(instance2, module2) {

Callers 1

createWasmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected