Skip to main content
Glama

edict_package

Package compiled Edict modules with WASM binaries into portable SkillPackages containing interface metadata, verification info, and integrity checks.

Instructions

Package a compiled Edict module + WASM binary into a portable SkillPackage. Input: the module AST (same one sent to edict_compile) + the base64 WASM string returned by edict_compile. Output: a SkillPackage JSON with interface metadata, verification info, integrity checksum, and the embedded WASM.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
astYesThe Edict module AST (the same JSON sent to edict_compile)
wasmYesBase64-encoded WASM binary (from edict_compile result)
metadataNoOptional metadata to embed in the skill package

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/Sowiedu/Edict'

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