wasm-micro-runtime/gitbook/tutorial
Robert Ismo 041311b772
Fix typo in README from WARM to WAMR (#4843)
Guessing this was supposed to WAMR not WARM
2026-02-25 16:39:25 -08:00
..
build-tutorial Port gitbook document to main (#4621) 2025-10-23 16:00:04 +08:00
debugging&IDE-support Port gitbook document to main (#4621) 2025-10-23 16:00:04 +08:00
language-embedding Port gitbook document to main (#4621) 2025-10-23 16:00:04 +08:00
running-modes Port gitbook document to main (#4621) 2025-10-23 16:00:04 +08:00
README.md Fix typo in README from WARM to WAMR (#4843) 2026-02-25 16:39:25 -08:00

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.