mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-09 05:06:17 +00:00
README: fix a couple of typos
This commit is contained in:
parent
465a58bf90
commit
29c7c743e9
|
@ -71,7 +71,7 @@ WAMR application programming library
|
|||
|
||||
WAMR defined event driven programming model:
|
||||
- Single thread per WASM app instance
|
||||
- App must implement system callbacks: on_init, on_destrory
|
||||
- App must implement system callbacks: on_init, on_destroy
|
||||
|
||||
|
||||
In general there are a few API classes for the WASM application programming:
|
||||
|
@ -117,7 +117,7 @@ See the [major features releasing history and contributor names](./doc/release_a
|
|||
Roadmap
|
||||
=======
|
||||
|
||||
See the [roadmap](./doc/roadmap.md) to understand what major features are planed or under development.
|
||||
See the [roadmap](./doc/roadmap.md) to understand what major features are planned or under development.
|
||||
|
||||
Please submit issues for any new feature request, or your plan for contributing new features.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user