An open API service indexing awesome lists of open source software.

https://github.com/extism/proposals

Home for all EIPs (Extism Improvement Proposals), specification proposals and such for consideration
https://github.com/extism/proposals

community designs ideas proposals specification

Last synced: 23 days ago
JSON representation

Home for all EIPs (Extism Improvement Proposals), specification proposals and such for consideration

Awesome Lists containing this project

README

          

# Proposals

This repo contains any Extism Improvement Proposal, and should follow the format of:

```
EIP-NNN-name-of-proposal.md
```

## Submitting a Proposal

Anyone can submit a proposal, and this is the recommended way to begin any work you'd like to
contribute, or to suggest a change or feature.

Steps:

1. Open an issue with a high-level idea of what the improvement or change would include and why.
2. Extism members will engage with you about the proposal and will create the EIP, for further
collaboration.
3. The new EIP will act as a living document for specification.

## Table of Contents

1. [Plugin calling convention](./EIP-001-plugin-calling-convention.md)
2. [Module namespace for host functions](./EIP-002-module-namespace-for-host-functions.md)
3. [Language-specific library repo management](./EIP-003-language-specific-library-repo-management.md)