Make it a Bytecode Alliance project

This commit is contained in:
Till Schneidereit
2019-11-12 16:52:57 +01:00
parent be15c08cf3
commit 45f0caebd0
5 changed files with 189 additions and 49 deletions

View File

@ -1,5 +1,10 @@
WebAssembly Micro Runtime
=========================
**A [Bytecode Alliance][BA] project**
[BA]: https://bytecodealliance.org/
WebAssembly Micro Runtime (WAMR) is a standalone WebAssembly (WASM) runtime with small footprint. It includes a few parts as below:
- A WebAssembly VM core (namely iwasm)
- The supporting API's for the WASM applications