- Notifications
You must be signed in to change notification settings - Fork4
WebAssembly/wasi-cloud-core
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A proposedWebAssembly System Interface API.
wasi-cloud-core is currently inPhase 1.
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.
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 inwasi-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.
- wasi-sql: the scope of the
wasi:sqlis not clear yet, and it is decided to be dropped from the wasi-cloud-core proposal. - wasi-distributed-lock-service: the distributed lock service is a very specific service that is not needed by 80% of applications. It is decided to be dropped from the wasi-cloud-core proposal.
About
Resources
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.