Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 6.68 KB

ROADMAP.md

File metadata and controls

88 lines (68 loc) · 6.68 KB

WasmEdge Roadmap

About This Document

This document serves as a reference point for WasmEdge users and contributors to understand where the project is heading, and help to determine if a contribution could be conflicting with a longer term plan. Additionally, this document also describes the rules and steps of proposing and retiring roadmap entries.

Planning for Roadmap

WasmEdge roadmap will be updated quarterly with the following steps.

New Roadmap Discussion

  1. WasmEdge maintainers will open an issue on the upcoming roadmap at least 14 days before the start of a new quarter.
  2. Any participation can request a roadmap entry by commenting on the issue and volunteering as an assignee.
  3. WasmEdge maintainers will collect the proposed roadmap entries along with their respective timelines and assignees, then update them within the issue.
  4. When the new quarter starts, the roadmap discussion issue will be finalized, this document will be updated, and new issues for the roadmap entries will be opened.

Updating Roadmap Status

  1. The completed roadmap entries will be marked as "Completed" when in a quarterly discussion.
  2. Existing roadmap entries which not reach their deadlines will be retained in the new quarter and marked as "Active".

Stale And Close

  1. For roadmap entries which have reached their deadlines, mark them as "Staled".
  2. The assignees of roadmap entries can request for updating the timeline.
  3. The staled roadmap entries will be marked as "Closed" if no response from their assignees in the next quarterly discussion, and their related issues and pull requests will also be closed.

Current Roadmap

Last Updated: Q4 / 2024

Theme Description Timeline Assignee
Proposal GC proposal for AOT/JIT Q4 / 2024 @q82419
Proposal Exception-Handling proposal for AOT/JIT Q4 / 2024 @q82419
Proposal Typed continuation proposal Q2 / 2025
Proposal Stack-switch proposal Q2 / 2025
Proposal WASI signature proposal Q2 / 2025
Feature Wasm coredump Q2 / 2025
Proposal WASM C API proposal Q4 / 2024 @q82419
Proposal WASM memory64 proposal Q4 / 2024 @dannypsnl
Feature DWARF symbol Q2 / 2025
Languages Bindings Python SDK Q2 / 2025
Proposal Whisper backend for WASI-NN Q3 / 2024 @q82419
Proposal WASI-NN GGML plugin with latest llama.cpp integration Q4 / 2024 @dm4
Language Bindings Move Go binding back into WasmEdge org Q4 / 2024 @q82419
Feature Redirection of stdin, stdout, and stderr in C SDK Q4 / 2024 @hydai
Proposal Component-Model: start section Q4 / 2024 @dannypsnl
Proposal Component-Model: resource type Q4 / 2024 @dannypsnl
Proposal WASI: partial preview2 as plugins Q4 / 2024 @dannypsnl
Proposal Move the Rust (burn.rs) plug-ins into an independent repo Q4 / 2024 @CaptainVincent
Proposal WASI-NN GGML plugin with CANN support Q4 / 2024 @dm4
Feature Upgrade CI workflows Ubuntu to 24.04 Q4 / 2024 @0yi0
Feature Update installer to use manylinux_2_28 from 0.15.0 Q4 / 2024
Feature Refactor structure of CI workflows to reduce duplicates and improve efficiency Q4 / 2024 @0yi0
Feature Support TensorRT in WASI-NN plugin Q4 / 2024 @ibmibmibm
Feature Support LLVM19 Q4 / 2024 @ibmibmibm

Previous Roadmap

Q3/2024

Theme Description Timeline Assignee Status
Proposal Relaxed-SIMD proposal Q4 / 2024 @LFsWang Completed
Proposal Whisper backend for WASI-NN Q3 / 2024 @q82419 Completed
Proposal WASI-NN rust (burn) plugin and also added more models support Q3 / 2024 @CaptainVincent Completed
Feature Deprecate manylinux2014 and make sure everything goes well on manylinux_2_28 Q3 / 2024 @0yi0 Completed
Proposal Instantiation of Component model proposal Q4 / 2024 @dannypsnl Completed
Language Binding Update Java binding with 0.14 Q3 / 2024 @Kuntal271 Staled

Q2/2024

Theme Description Assignee Status
Proposal GC proposal for interpreter @q82419, @little-willy Completed
Proposal Exception-Handling proposal for interpreter @harry900831, @q82419 Completed
Proposal GGML backend for WASI-NN @dm4, @CaptainVincent Completed
Feature JIT support @ibmibmibm Completed

Q1/2024

Theme Description Assignee Status
Proposal Typed-function references proposal @q82419, @little-willy Completed
Proposal Loader phase of Component model proposal @dannypsnl Completed
Feature WASM serialization @dracoooooo Completed