Robert Ismo 041311b772 Fix typo in README from WARM to WAMR (#4843) 2 місяців тому
..
build-tutorial ba9f9d180f Port gitbook document to main (#4621) 6 місяців тому
debugging&IDE-support ba9f9d180f Port gitbook document to main (#4621) 6 місяців тому
language-embedding ba9f9d180f Port gitbook document to main (#4621) 6 місяців тому
running-modes ba9f9d180f Port gitbook document to main (#4621) 6 місяців тому
README.md 041311b772 Fix typo in README from WARM to WAMR (#4843) 2 місяців тому

README.md

Tutorial

In this chapter, we want to walk you through the basic development knowledge and skills of WAMR you may need so that you are ready to write your wasm application with WAMR.

For starters, you could learn how to compile different running mode of WAMR and their usage in this section.

Then, as we said before, WAMR is not limited to being a command line application that runs wasm code. You could also embed WAMR into your application.

And don't forget the one important stage of developing, namely debugging. We cover it in this section.