Skip to main content
Glama

edict_compile

Compile Edict language AST into WebAssembly modules. Convert JSON abstract syntax trees to base64-encoded WASM binaries for execution.

Instructions

Compile a semantically valid Edict AST into a WebAssembly module. Returns the WASM binary encoded as a base64 string. Supports single module (ast) or multi-module (modules array) input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
astNoThe Edict JSON AST to compile (single module)
modulesNoArray of Edict module ASTs to compile together (multi-module). Cross-module imports are resolved automatically.

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