Skip to main content
Glama
memory.d.ts775 B
import { EitherModule } from "./emscripten-types"; import { OwnedHeapCharPointer, JSContextPointerPointer, JSValueConstPointerPointer, JSValuePointerPointer } from "./types-ffi"; import { Lifetime } from "./lifetime"; import { QuickJSHandle } from "./types"; /** * @private */ export declare class ModuleMemory { module: EitherModule; constructor(module: EitherModule); toPointerArray(handleArray: QuickJSHandle[]): Lifetime<JSValueConstPointerPointer>; newMutablePointerArray<T extends JSContextPointerPointer | JSValuePointerPointer>(length: number): Lifetime<{ typedArray: Int32Array; ptr: T; }>; newHeapCharPointer(string: string): Lifetime<OwnedHeapCharPointer>; consumeHeapCharPointer(ptr: OwnedHeapCharPointer): string; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seabassgonzalez/mcp-browser-screenshot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server