Skip to content

WebAssembly/wasi-cloud-core

Repository files navigation

wasi-cloud-core

A proposed WebAssembly System Interface API.

Current Phase

wasi-cloud-core is currently in Phase 1.

Champions

Phase 4 Advancement Criteria

wasi-cloud-core should have at least two implementations (i.e., from service providers, and or cloud providers), and, at the very minimum, pass the testsuite for Windows, Linux, and MacOS.

Table of Contents [if the explainer is longer than one printed page]

Introduction

Note: This proposal currently only contains the proposed WIT interfaces; more work is necessary to fully document the proposal.

wasi-cloud-core World aims to provide a generic way for WASI applications to interact with services. This world is created by including many other WASI worlds being proposed in the WASI community. The following is a list of the worlds that are currently being included in wasi-cloud-core.

This list of services provide a set of capabilities that are common to many applications. Examples: handling an HTTP request, responding to a pub/sub message, storing a key/value pair, etc. It targets a wide range of applications, from long-running services to "bursty workloads" like Edge functions, serverless functions or Cloud events.

This set of capabilities are derived from the best practices of building distributed applications. It is not intended to be a complete set of capabilities, but rather are needed by 80% of applications.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages