Oliphaunt

API Reference

WASM SDK API map for the WASIX runtime family, protocol types, storage, extensions, and dump/restore.

Use the WASM rustdoc reference for exact declarations. This page maps the WASM SDK by task.

AreaPublic surfaceUse it for
Openingruntime builders and root optionsOpen persistent or temporary WASM roots
Runtime assetsasset loader and catalog APIsSelect the released WASIX PostgreSQL runtime artifacts
Capabilitiescapability reportingCheck protocol, extension, storage, dump, restore, and server support
SQLquery and execute helpersRun SQL through the WASM runtime
Raw protocolprotocol request and response typesSend PostgreSQL protocol bytes to the WASM backend
Server/proxyWASM server helper APIsExpose PostgreSQL-compatible access where the WASM runtime supports it
Extensionsexact extension selectorsInclude only selected WASM-built extension artifacts
Dump/restoredump and restore APIsMove data between compatible roots or export logical dumps
ErrorsWASM SDK and PostgreSQL error typesHandle runtime errors and SQLSTATE data

The WASM SDK is a first-class runtime family with its own packaged PostgreSQL runtime assets. Native direct, broker, and server mode behavior is documented in the native SDK sections.