This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/doc/roadmap.md
lum1n0us 4787b150b8
Enable multi-module support for wasm-c-api (#426)
it is allowed that all imported functions and globals can be
linked by multi-module feature automatically or by wasm-c-api manually
2020-10-16 17:43:57 +08:00

24 lines
230 B
Markdown

# WebAssembly Micro Runtime Roadmap
## Data serialization
Evaluating using cbor as the default data serialization
No plan yet.
## Threading
Plan: 2020 Q1
## AssemblyScript Support and API
Currently under evaluation