wasmCloud WIT Interfaces

wasmCloud interfaces are defined using WebAssembly Interface Type (WIT), the open standard interface description language maintained as part of the W3C WebAssembly Component Model. wasmCloud supports WASI 0.2 interfaces as well as wasmCloud-specific interfaces for capability providers covering HTTP, messaging, key-value, blobstore, and other infrastructure concerns.

API entry from apis.yml

apis.yml Raw ↑
aid: wasmcloud:wasmcloud-interfaces
name: wasmCloud WIT Interfaces
description: wasmCloud interfaces are defined using WebAssembly Interface Type (WIT), the open standard
  interface description language maintained as part of the W3C WebAssembly Component Model. wasmCloud
  supports WASI 0.2 interfaces as well as wasmCloud-specific interfaces for capability providers covering
  HTTP, messaging, key-value, blobstore, and other infrastructure concerns.
humanURL: https://wasmcloud.com/docs/concepts/interfaces/
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://wasmcloud.com/docs/concepts/interfaces/
- type: Reference
  url: https://wasmcloud.com/docs/reference/wasi/support/
- type: GitHubRepository
  url: https://github.com/wasmCloud/wasmCloud
tags:
- Interfaces
- WASI
- WebAssembly
- WIT