WebAssembly / wasi-messaging

messaging proposal for WASI
18 stars 9 forks source link

chore(*): split world to imports and re-version to `0.2.0-draft` #20

Closed Mossaka closed 6 months ago

Mossaka commented 6 months ago

this commit splits the existing messaging world into two worlds.

  1. imports
  2. messaging that includes imports world

to follow the convention of other WIT packages in WASI.

It also re-versions the wit package to 0.2.0-draft

See https://github.com/WebAssembly/wasi-cloud-core/issues/13