Skip to content
Pannous edited this page Dec 1, 2022 · 1 revision

WIT wasm interface types

WIT is a first class citizen in wasp:

All types of the component model are native types of wasp and need zero lifting, lowering or bindings.

Wasp uses wit as schema, all wit constructs are valid wasp, in wit file 'headers' or directly with common wasp syntax:

struct point{
  x:int
  y:int
}
point(1,2).y == 2

Backed in component model / Canonical ABI

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally