WasmEdge · JSON Structure

Wasmedge Config Structure

Structure of the WasmEdge runtime configuration object used when creating a WasmEdge VM or Store

Type: object Properties: 0
Cloud-NativeCNCFEdge ComputingHigh PerformanceRuntimeServerlessWasmWebAssembly

WasmEdge Configuration is a JSON Structure definition published by WasmEdge.

Meta-schema:

JSON Structure

wasmedge-config-structure.json Raw ↑
{
  "name": "WasmEdge Configuration",
  "description": "Structure of the WasmEdge runtime configuration object used when creating a WasmEdge VM or Store",
  "type": "object",
  "fields": [
    {
      "name": "statistics",
      "type": "object",
      "required": false,
      "description": "Profiling and measurement settings",
      "fields": [
        { "name": "instructionCounting", "type": "boolean", "description": "Count executed Wasm instructions" },
        { "name": "costMeasuring", "type": "boolean", "description": "Enable gas/cost metering" },
        { "name": "timeMeasuring", "type": "boolean", "description": "Measure wall-clock execution time" }
      ]
    },
    {
      "name": "compiler",
      "type": "object",
      "required": false,
      "description": "LLVM AoT compiler settings",
      "fields": [
        { "name": "optLevel", "type": "string", "description": "LLVM optimization level: O0-O3, Os, Oz" },
        { "name": "dumpIR", "type": "boolean", "description": "Dump LLVM IR for debugging" },
        { "name": "genericBinary", "type": "boolean", "description": "Produce portable generic binary" },
        { "name": "interruptible", "type": "boolean", "description": "Support execution interruption" }
      ]
    },
    {
      "name": "runtime",
      "type": "object",
      "required": false,
      "description": "Interpreter runtime settings",
      "fields": [
        { "name": "maxMemoryPage", "type": "integer", "description": "Max Wasm memory pages (65536 = 4GB)" }
      ]
    },
    {
      "name": "plugins",
      "type": "array",
      "required": false,
      "description": "Plugin libraries to load",
      "items": {
        "type": "object",
        "fields": [
          { "name": "name", "type": "string", "required": true, "description": "Plugin identifier" },
          { "name": "path", "type": "string", "required": false, "description": "Path to .so/.dylib file" }
        ]
      }
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/wasmedge-config-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.