-
Notifications
You must be signed in to change notification settings - Fork 623
WAMR Roadmap
Wang Xin edited this page Jan 31, 2023
·
1 revision
- Fast JIT
- Fast JIT to LLVM JIT tier up
- GC early proposal on the interpreter (broken now)
- Enhanced source debugger & VSCode extension
- Bindings for Python and Go
- SGX remote attestation, IPFS (Intel protected file system)
- Socket API, wasi-nn, wasi-thread (WIP)
- Nuttx system support for x86, riscv, xtensa, arm
- Improved AoT solution for esp32
- Envoy proxy new architecture support
- Continue the performance improvement
- GC latest proposal on interpreter and JIT
- Support exception feature
- Fast JIT SIMD support
- TypeScript to WebAssembly PoC
- Component model (TBD)
- Wanted
- Debugging support for multi-threading
WebAssembly Micro Runtime