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
- Host: GitHub
- URL: https://github.com/extism/proposals
- Owner: extism
- Created: 2022-08-05T18:31:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T18:26:43.000Z (about 1 year ago)
- Last Synced: 2025-04-28T12:19:59.161Z (5 months ago)
- Topics: community, designs, ideas, proposals, specification
- Homepage:
- Size: 4.57 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)